How to replace special characters in XML file other than using SAX 
Author Message
 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



Sun, 25 Sep 2005 18:30:56 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Search and replace, how to replace with special characters

2. SAX XML CSV converter using visual basic 6

3. Abort SAX while is parsing xml file

4. read chinese character words from XML file using filectl

5. RegEx Special Replacing (not the standard .replace)

6. special character problem - character sets?

7. SAX XML parsing in VBScript?

8. SAX parsing XML in VB script

9. How to abort SAX xml parsing?

10. Can't store special characters in files properly

11. Remove the special character from Text file in VBScript

12. How to write special characters (eg: TAB) to text files

 

 
Powered by phpBB® Forum Software