From http://www.w3schools.com (Copyright Refsnes Data)

XML DOM Tutorial

back next

XML DOM Tutorial

xml

The XML DOM (Document Object Model) defines a standard way for accessing and manipulating XML documents.

The DOM presents an XML document as a tree structure, with elements, attributes, and text as nodes:

DOM node tree

Knowing the XML DOM is a must for anyone working with XML.

Start learning the XML DOM now!

XML DOM Objects Reference

At W3Schools you will find a complete DOM reference, with all the objects and their properties and methods.

XML DOM Reference

XML DOM Examples

Learn by 50 examples! With our editor, you can edit the source, and click on a test button to view the result.

Try-It-Yourself!

XML Exam - Get Your Diploma!

diploma   

Get Your Diploma!

W3Schools' Online Certification Program is the perfect solution for busy professionals who need to balance work, family, and career building.

The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.

The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.

The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT.

The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.

The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL).



back next

From http://www.w3schools.com (Copyright Refsnes Data)