You Have Learned XML DOM, Now What?
XML DOM Summary
The XML DOM defines a standard for accessing and manipulating XML.
According to the DOM, everything in an XML document is a
node.
The text of an element node is stored in a text node.
The XML DOM views an XML document as a tree-structure. The tree structure is
called a node-tree.
In a node tree, the terms parent, child, and sibling are used to describe the
relationships.
All modern browsers have a build-in XML parser
that can be used to read and manipulate XML.
With the XML DOM properties and methods, you
can access every node in an XML document.
Important node properties: nodeName, nodeValue,
and nodeType.
When using properties or methods like childNodes or getElementsByTagName(), a
node list object is returned.
Different browsers treat new line, or
space characters, between nodes differently.
To ignore empty text nodes between
element nodes, you can check the node type.
Nodes can be navigated using node
relationships.
Our XML DOM examples also represent a summary of this XML
DOM tutorial.
What to Study Next?
Our recommendation is to learn about XSLT.
If you want to learn more about validating XML, we recommend DTD and XML
Schema.
Below is a short description of each subject.
XSLT (XML Stylesheet Language Transformations)
XSLT is the style sheet language for XML files.
With XSLT you can transform XML documents into other formats, like XHTML.
If you want to learn more about XSLT, please
visit our XSLT tutorial.
XML DTD (Document Type Definition)
The purpose of a DTD is to define what elements, attributes and entities is
legal in an XML document.
With DTD, each of your XML files can carry a description of its own format
with it.
DTD can be used to verify that the data you receive, and your own data, is
valid.
If you want to learn more about DTD, please
visit our DTD tutorial.
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|