Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] understanding the XOM Sources

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Markus Jais <markus_jais AT yahoo.de>, xom-interest AT lists.ibiblio.org
  • Cc:
  • Subject: Re: [XOM-interest] understanding the XOM Sources
  • Date: Thu, 16 Oct 2003 07:57:53 -0400

At 11:18 PM +0200 10/14/03, Markus Jais wrote:
hello


I am currently trying to understand the sources of various
XML Parsers.
REXML for Ruby, xmlproc for Python and now I also want to
understand how XOM works.


XOM is not really a parser. It relies on the underlying SAX parser to do the parsing work for it and build it's tree model.

--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Processing XML with Java (Addison-Wesley, 2002)
http://www.cafeconleche.org/books/xmljava
http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page