RE: [xsl] CrimsonParser

Subject: RE: [xsl] CrimsonParser
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sat, 21 Aug 2004 22:55:28 +0100
> And excuse me for bringing the same subject up for a second time. I am
> using saxon 7.9.1, from command-line. I previously asked 
> about the parser
> used by this version of Saxon and if i understood weell this 
> would be the
> Crimson parser supplied with JDK 1.4
> Is this Parser tree-based or event-driven?

Unless you do anything to change the default configuration, the XML will be
parsed by the Crimson parser acting as a SAX parser: the SAX events will be
passed to Saxon, which then builds its own in-memory representation of the
document tree.

Michael Kay

Current Thread