MSXML parser converting &#x9 to white space

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
When I try to parse a XML file ,that is generated by another XML generator, and if that XML file contains some special characters like &#x9 (this will be added by the XML generator if a tab or linefeed is in the original data);then MSXML parser converts that special character to a white space.How do i prevent this?....I want the things to be preserved(tab,line feed etc etc)

View the full article
 
Back
Top