DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27934>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27934 Xalan fails axes62 test from Oasis test suite Summary: Xalan fails axes62 test from Oasis test suite Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan-CmdLine AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm not sure exactly what's going on here, but libxslt gets this one right, as near as I can tell, whereas Xalan-J fails with a NullPointerException wrapped inside a TransformerException: [EMAIL PROTECTED] axes]$ xsltproc axes62.xsl axes62.xml <?xml version="1.0" encoding="UTF-8"?> <out> <ped>http://tester.com</ped> <bdd>http://buster.com</bdd> </out> [EMAIL PROTECTED] axes]$ java -classpath /opt/xml/xalan-j_2_6_0/bin/xalansamples.jar:/opt/xml/xalan-j_2_6_0/bin/xercesImpl.jar:/opt/xml/xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN axes62.xml -XSL axes62.xsl (Location of error unknown)XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: java.lang.NullPointerException
