RE: [xsl] how do you wrap jaxp around Saxon? (hardcode)

Subject: RE: [xsl] how do you wrap jaxp around Saxon? (hardcode)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 23 Oct 2001 21:37:36 +0100
> 
> How do you hardcode a Jaxp application to use Saxon? 
> 
> I'm writing an app that opens pretty big XML files and I want 
> the app to
> insist on using Saxon because of it's TinyTree, to avoid out-of-memory
> problems.
> 

You can write 
System.setProperty(
  "javax.xml.parsers.TransformerFactory",
  "com.icl.saxon.TransformerFactoryImpl");

Mike Kay

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


Current Thread