This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Trying to find a working XSLT processor


>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]