XML parsing error --> #10;
XML / XSL
2
Posts
2
Posters
3
Views
1
Watching
-
When I try to convert the string containing DLE "#10;" in XML DOM, it throws "XML parsing" error. I am not sure why it is being rejected by XML parser.
-
When I try to convert the string containing DLE "#10;" in XML DOM, it throws "XML parsing" error. I am not sure why it is being rejected by XML parser.
Hi, you need to excape the xml string, refer below links it should help. system.security.securityelement.escape[^] http://www.bensonthomaslive.net/1/post/2009/08/escape-xml-string-characters-in-c.html[^]