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=27968>. 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=27968 NullPonterException when processing Microsoft test case xslt_functions_generate_id_namespace.xsl Summary: NullPonterException when processing Microsoft test case xslt_functions_generate_id_namespace.xsl Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan-CmdLine AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Checked with the latest Xalan. I don't think libxslt gets this right (the result should be true) but it doesn't report an error in the template: [EMAIL PROTECTED] XSLTFunctions]$ xsltproc xslt_functions_generate_id_namespace.xsl books.xml <?xml version="1.0" encoding="UTF-8"?> <not-equals>false</not-equals> Xalan 2.6 appears to have trouble compiling this one: [EMAIL PROTECTED] XSLTFunctions]$ java -Xbootclasspath/p:/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 books.xml -XSL xslt_functions_generate_id_namespace.xsl (Location of error unknown)XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: java.lang.NullPointerException
