In this Tutorial we
will be explaining you step by step
how to use XML Parsers (SAX , DOM, XSLT).
Also we will be explaining how to create
DTDs and we will also be covering how
to use NameSpaces.
Schema tutorial, learn
what an XML Schema is. You will also
learn how XML Schema will replace DTD,
and how to use the XML Schema language
in your applications.
This introduction
to XML presents the Extensible Markup
Language at a reasonably technical level
for anyone interested in learning more
about structured documents.(long article)
Introduction to XML
Processing with Lark and Larval
Lark is a non-validating
XML processor implemented in the Java
language. Larval is a validating XML
processor built on the same code base
as Lark. Source code can be downloaded.