RE: [xsl] Trying to find a working XSLT processor

Subject: RE: [xsl] Trying to find a working XSLT processor
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 8 Sep 2001 23:46:20 +0100
>
> Okay, I've tried but can't get success with using XP with Saxon:
>
> According to http://www.jclark.com/xml/xp/index.html
> com.jclark.xml.sax is
> the name of the SAX 1.0 driver ... I don't see a SAX 2.0 driver.

com.jclark.xml.sax is the package name, not the class name. There are two
SAX 1.0 drivers in this package. com.jclark.xml.sax.Driver is a standard SAX
1.0 driver, com.jclark.xml.sax.CommentDriver is a SAX 1.0 driver that's been
modified to report comments to a SAX DocumentHandler as processing
instructions with a null name.

Running
java -cp saxon.jar;xp.jar com.icl.saxon.StyleSheet -x
com.jclark.xml.sax.Driver -t test.xml test.xsl

works fine for me with Saxon 6.4.3; the CommentDriver also works.

Mike Kay



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread