Hi ,
I have char '<' in value of a attribute node , when I serialise this document it is escaped to < . how can I avoid this.
thanks for the help.
Anil.
You can't. XML needs certain characters to work, and the '<' is one of them. It should get escaped to '<', and hopefully unescaped back when you read the node's text value. Search the XML specs for "entities".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.