1
votes
votes
5 answers
xml CDATA problem
I have this code that write and read some XML data. [code] document1.Load(fileName); XmlNode Node1 = document1.ChildNodes[1]; XmlNodeList Node2 = Node1.ChildNodes; XmlElement child = document ...
blah blah blah is here! blah blah » Close
I have this code that write and read some XML data. [code] document1.Load(fileName); XmlNode Node1 = document1.ChildNodes[1]; XmlNodeList Node2 = Node1.ChildNodes; XmlElement child = document ...
Got feedack? Found a bug? report it here.