Different ways how to escape an XML string in C#(weblogs.sqlteam.com)
submitted by
spirit1(3160) 3 years, 7 months ago
XML encoding is necessary if you have to save XML text in an XML document. If you don't escape special chars the XML to insert will become a part of the original XML DOM and not a value of a node.
Here are 4 ways of doing this that you may or may not know.
|category: C#
|Views: 257
tags:
XML C# another
Everyones tags:
Your Tags: