XML Parsing With DOM and Xerces (part 2) (
Page 1 of 9 )
In this concluding article of a two-part series, use your knowledge of DOM processing
with Xerces to construct simple Web applications based on Xerces, XML and JSP.
Examples include transforming an XML file to HTML via Xerces and dynamically generating
an XML document tree from a MySQL database.The first part of this article discussed XML parsing with the Xerces DOM parser,
explaining the basics of creating and traversing an XML DOM tree. It also illustrated
the theory with practical (and not-so-practical) examples, using parser interfaces
and callbacks to to construct some simple Java programs.
Now, though the first part of this article included some interesting exercises,
your knowledge is still incomplete. This is because, with everyone and their grandma
jumping on the Web, it's necessary to understand XML parsing in the content of
the Web to consider yourself even marginally proficient with Xerces. And so, this
concluding article focuses on the dynamic generation of Web pages from an XML
file, demonstrating how Java, JSP, Xerces and XML can be combined to create simple
Web applications. Take a look!