hello,
I just a newbie and I'm working around xml;
I have a xmlTree but now I need to visit the tree and sometimes I need to change some node attributes; eventually I must to put it into a string (with '<' '>' too)
Do everyone give me any help? (this is c# but the keyword will be similar)

THanks

Qt Code:
  1. XmlNode root = Xml_doc.FirstChild;
  2. ...........................................
To copy to clipboard, switch view to plain text mode