A
Anders K. Olsen
Hello Group
I need to XML encode a string.
Is there something like System.Web.HttpUtility.UrlEncode(string) but just
for XML?
I need something that does the same as XmlTextWriter.writeString(), but I
would prefere to avoid all the overhead in creating the XmlTextWriter
itself.
Regards
Anders Olsen
I need to XML encode a string.
Is there something like System.Web.HttpUtility.UrlEncode(string) but just
for XML?
I need something that does the same as XmlTextWriter.writeString(), but I
would prefere to avoid all the overhead in creating the XmlTextWriter
itself.
Regards
Anders Olsen