Hello there,


How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it?

Thanks

Recommended Answers

All 2 Replies

Maybe this would help if you want to load a local XML file.

Thanks for the help ,but when trying the code sample i get en error saying "Object required"
the error point to the line
--document.getElementById('b1').innerHTML = xmlDoc.getElementsByTagName("b")[0].childNodes[0].nodeValue;

Any suggstion?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.