«^»
5.3. Resources about SAX, DOM and XSLT

XML parsers (including the SAX and DOM APIs) and XSLT processors are available from:

  1. http://xml.apache.org/xerces-j/ and http://xml.apache.org/xalan/.
  2. http://msdn.microsoft.com/xml/default.asp.
  3. http://users.iclway.co.uk/mhkay/saxon/.
  4. http://www.jclark.com/xml/xp/ and http://www.jclark.com/xml/xt.html.

Some articles and books about SAX, DOM and XSLT include:

  1. David Megginson, 'SAX2: Quick Start', http://www.megginson.com/SAX/Java/quick-start.html
  2. Mazmul Idris, 'XML and Java Tutorial Part 1', http://www.developerlife.com/xmljavatutorial1/default.htm
  3. Brett McLaughlin, 'Java and XML', O'Reilly, 2000, 0-596-00016-2.
  4. Brett McLaughlin, 'All about JAXP: Sun's Java API for XML Parsing', http://www.ibm.com/software/developer/library/x-jaxp/index.html
  5. Dave Pawson, 'XSL Frequently Asked Questions', http://www.dpawson.co.uk/xsl/xslfaq.html
  6. Ken Holman, 'What is XSLT?', http://www.xml.com/pub/a/2000/08/holman/index.html
  7. Paul Sandoz, 'FOP Slide Kit', http://www.sun.com/software/xml/developers/fop/
  8. Doug Tidwell, 'Tutorial: Transforming XML documents [into HTML, SVG, and PDF]', http://www.ibm.com/xml/