
How to replace special characters in XML file other than using SAX
Hi
I am a new bee in .NET programing.
I have a XML file generated by some third party
application. That XML file contains special characters as
part of data. For Eg. characters & < > ' "" are not
encoded properly while generating the XML file.
Is there any work around to fix this issue? I have gone
through the Microsoft Knowledge base.
I found one interesting article which uses XMLDocument
to fix this issue. XMLDocument is of DOM style. So there
will be a in-memory replication of the XML file. But I
would prefer to use SAX instead of DOM, because the size
of the XML I am using is huge [not less than 200 - 300 MB].
Any help is highly appreciated.
Thanks in advance.
Syam