blah blah blah is here! blah blah » Close

1
votes
5 answers

xml CDATA problem

q12
349

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 ...

Feedback