Serge Dosyukov (Dragon So Guest
|
Posted: Mon Mar 05, 2007 2:27 am Post subject: Space in the node corrupts XML upon loading |
|
|
I have a weird problem
application builds XML as a text string which is then loaded into
IXMLDocument to create nodes
so I am getting a looong string.
somewhere in this string some node has just single space as a value
when I then looking at IXMLDocument.XML content after loading, I see wrapped
XML text with CRLF#9 in this node instead of single space...
what am I missing? |
|