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=13811>. 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=13811 Bogus "Variable accessed before it is bound!" error message Summary: Bogus "Variable accessed before it is bound!" error message Product: XalanJ2 Version: 2.4 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xalan 2.4.0 reports an error which isn't there. The stylesheet and source document in the example below works fine with other XSLT processors. I've tested with xsltproc and a noname processor. The error doesn't appear for all source documents. [al2:xalan-j_2_4_0]$ java -jar bin/xalan.jar -XSL http://www.pantor.com/RngToRnc.xsl -IN http://www.thaiopensource.com/oasis/relaxng.rng -OUT test.out http://www.pantor.com/RngToRnc.xsl; Line 442; Column 62; XSLT Error (javax.xml.transform.TransformerException): Variable accessed before it is bound!
