AS XML tree help
AS XML tree help
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- ninjasavant0
How would that look in the code? I've tried:
myTreeDP.appendChild(myNode1);
myTreeDP.appendChild.appendChild...
myTreeDP.appendChild(myNode3);
myTreeDP.appendChild.appendChild...and only node 1 and 3 show up.