XmlDocument doc = new XmlDocument();
XmlNode nNode = doc.CreateElement("Name");
nNode.AppendChild(doc.CreateTextNode(Convert.ToChar(160).ToString()));
Output would be something like: <Name> </Name> instead of </Name>
.....Hope this helps someone!
Saturday, March 15, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment