XML is going to be an integral part of the Web.
The next step is to learn about the XML DOM and XSLT.
If you want to learn about validating XML, the next step is learning about DTD and XML Schema.
The XML DOM defines a standard way for accessing and manipulating XML documents.
The XML DOM is platform and language independent and can be used by any programming language like Java, JavaScript, and VBScript.
XSLT is the style sheet language for XML files.
With XSLT you can transform XML documents into other formats, like XHTML.
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.
XML Schema is an XML based alternative to DTD.
Unlike DTD, XML Schemas has support for datatypes, and XML Schema use XML Syntax.
Keywords: eXtensiblity ,W3C,strucutre,validation, limitations of HTML and CSS