[ http://issues.apache.org/jira/browse/XALANJ-1837?page=comments#action_12319189 ]
elharo commented on XALANJ-1837: -------------------------------- I don't think I have permissions to close issues myself, but this has been fixed for a while. Feel free to close it down. > Fails OASIS test case select85 involving current() function > ----------------------------------------------------------- > > Key: XALANJ-1837 > URL: http://issues.apache.org/jira/browse/XALANJ-1837 > Project: XalanJ2 > Type: Bug > Components: Xalan-CmdLine > Versions: Latest Development Code > Environment: Operating System: Other > Platform: Other > Reporter: elharo > Assignee: Xalan Developers Mailing List > Fix For: 2.7 > Attachments: select85.xml, select85.xsl > > 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> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
