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=27939>. 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=27939 Fails OASIS test case select85 involving current() function Summary: Fails OASIS test case select85 involving current() function 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 what's going on here, but in this test case Xalan throws a NullPointerException I don't think it shoudl throw.libxslt can process this case: [EMAIL PROTECTED] select]$ 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 select85.xml -XSL select85.xsl <?xml version="1.0" encoding="UTF-8"?> <out> <in>ch1</in> file:///home/elharo/XOM/data/oasis_xslt_testsuite/TESTS/Xalan_Conformance_Tests/select/select85.xsl; Line #25; Column #69; XSLT Error (javax.xml.transform.TransformerException): java.lang.NullPointerException [EMAIL PROTECTED] select]$ xsltproc select85.xsl select85.xml <?xml version="1.0" encoding="UTF-8"?> <out> <in>ch1</in> <in>ch1</in> </out>
