Dom Intro
# Introduction to XML DOM
* * *
XML DOM defines a standard for accessing and manipulating XML documents.
* * *
## Prerequisites
Before proceeding with the learning, you should have a basic understanding of the following:
* HTML
* XML
* JavaScript
If you would like to learn these topics first, please visit our ( for tutorials.
* * *
## What is DOM?
DOM is a W3C (World Wide Web Consortium) standard.
DOM defines standards for accessing documents such as XML and HTML.
YouTip