EDN Admin
Well-known member
Good day.
I have xslt file which i want to modify(change names/values of some attributes, etc).
Im using XMLDocument class and XmlReader and XmlWriter to read and write xslt file.
I have encountered a problem: output file has different look than input(no tabs and so on). Like i understood it was Normalized.
But i need output file to be just the same look like input. Can i somehow prevent XmlDocument from normalization?
Thank you for answets.
Best regards,
Chernobrivec
View the full article
I have xslt file which i want to modify(change names/values of some attributes, etc).
Im using XMLDocument class and XmlReader and XmlWriter to read and write xslt file.
I have encountered a problem: output file has different look than input(no tabs and so on). Like i understood it was Normalized.
But i need output file to be just the same look like input. Can i somehow prevent XmlDocument from normalization?
Thank you for answets.
Best regards,
Chernobrivec
View the full article