RE: [xsl] File:New generates error

Subject: RE: [xsl] File:New generates error
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 18 Mar 2009 11:19:39 -0000
> Hi, we are exactly doing the same thing as suggested by you. 
> The static block in the class sets the system property for 
> TransforerFactory
> 
> static {
>   		
> System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
>         	"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
>   		System.setProperty("javax.xml.parsers.SAXParserFactory",
>   			"org.apache.xerces.jaxp.SAXParserFactoryImpl");
>   		
> System.setProperty("javax.xml.transform.TransformerFactory",
>   	  			
> "com.icl.saxon.TransformerFactoryImpl	}
> 
> But still, why processor still picks up factory from rt.jar. Any idea?

No, but try displaying the value of the system property just before calling
newInstance() on the factory.

Also, try setting the system property jaxp.debug to "1".

Michael Kay
http://www.saxonica.com/

Current Thread