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: how do you wrap jaxp around Saxon? (hardcode)


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


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