DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11166>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11166 TransformerConfigurationException - With valid XSLT file Summary: TransformerConfigurationException - With valid XSLT file Product: XalanJ2 Version: 2.4Dx Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Xalan-Xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have the following exception when I try to use XSLTC Code : ------ Properties tProperties = System.getProperties(); tProperties.put ("javax.xml.transform.TransformerFactory", "org.apache.xalan.xsltc.trax.Transfor merFactoryImpl"); System.setProperties( tProperties ); TransformerFactory tFactory = TransformerFactory.newInstance(); mTransformer = tFactory.newTransformer(new DOMSource (mXSLTDocument.getDocumentElement()) ); Exception: ----------- javax.xml.transform.TransformerConfigurationExceptionCould not compile stylesheet org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates (TransformerFactoryImpl.java:528) org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTransformer (TransformerFactoryImpl.java:367) jeais.data.transformation.TransformProcessor.prepareXSLTC (TransformProcessor.java:118) jeais.data.transformation.TransformProcessor.<init> (TransformProcessor.java:54) jeais.data.dataimport.DataImport.start(DataImport.java:85) odata.server.jboshandler.Activity.dataImport_ImportData(Activity.java:183) odata.server.jboshandler.Activity.dataImport(Activity.java:151) odata.server.jboshandler.Activity.run(Activity.java:48)
