XML parsers (including the SAX and DOM APIs) and XSLT processors are
available from:
-
http://xml.apache.org/xerces-j/
and
http://xml.apache.org/xalan/.
-
http://msdn.microsoft.com/xml/default.asp.
-
http://users.iclway.co.uk/mhkay/saxon/.
-
http://www.jclark.com/xml/xp/
and
http://www.jclark.com/xml/xt.html.
Some articles and books about SAX, DOM and XSLT include:
-
David Megginson,
'SAX2: Quick Start',
http://www.megginson.com/SAX/Java/quick-start.html
-
Mazmul Idris,
'XML and Java Tutorial Part 1',
http://www.developerlife.com/xmljavatutorial1/default.htm
-
Brett McLaughlin,
'Java and XML',
O'Reilly, 2000, 0-596-00016-2.
-
Brett McLaughlin,
'All about JAXP: Sun's Java API for XML Parsing',
http://www.ibm.com/software/developer/library/x-jaxp/index.html
-
Dave Pawson,
'XSL Frequently Asked Questions',
http://www.dpawson.co.uk/xsl/xslfaq.html
-
Ken Holman,
'What is XSLT?',
http://www.xml.com/pub/a/2000/08/holman/index.html
-
Paul Sandoz,
'FOP Slide Kit',
http://www.sun.com/software/xml/developers/fop/
-
Doug Tidwell,
'Tutorial: Transforming XML documents [into HTML, SVG, and PDF]',
http://www.ibm.com/xml/