How do you assign name to a node?
Here is some sample code, that doesn't to much:
XMLDocument myXML = new XMLDocument();
XMLNode n;
;
myXML.createTextNode("tn");
n = myXML.createTextNode("tn");
n.nodeValue("aaaa2");
// This doesnt work, and I dont know how to assign value/name to root node
myXML.root().appendChild(n);
myXML.save("C:\\mile.xml");
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

