Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about DOM 1

Status
Not open for further replies.

thore

IS-IT--Management
Mar 8, 2002
6
0
0
SE
As a totaly stranger to XML I have some questions:

I have looked up many resourses ´bout DOM and learned alot, but I can´t figure out how to use it. How do I manipulate my XML file with DOM?

This is what my book says:

"When the DOM is used to manipulate an XML file, the first thing it does is parse the file, breaking the file out into idividual elements. It then creates (in memory) a representation of the XML file as a node tree."

But it just won´t give me any example.

Please give me any advise or if you know any site were I can find examples.

Thank you!
 
Can someone give me a code in Javascript how to manipulate XML data with DOM. Especially how to add, delete and save XML data.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top