xsl-list
[Top] [All Lists]

RE: [xsl] File:New generates error

2009-03-18 07:20:22
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>