TIPs:
1 - Open example file "ASPTreeView/xmldemo.xml" in Obout Suite zip file.
There you can see all the attributes for the xml nodes.
Number of attributes is the same as in method "Add".
Each attribute in xml node corresponds to appropriate attribute in method Add.
2 - In "html" you can use also tags like <b> or <i>
Please insert them using either XML_WriteToFile
or directly using
< > instead of
< > symbols.
We recommend to use method
XML_WriteToFile.
You will have no problems to add anything to nodes.