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=15200>. 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=15200 Relative path in document() Summary: Relative path in document() Product: XalanJ2 Version: 2.4Dx Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Test below is failing in XSLTC 12.1 Multiple Source Documents "The URI reference may be relative. � If the second argument is omitted, then it defaults to the node in the stylesheet that contains the expression that includes the call to the document function" I looks like simple bug in the document() function. It is OK I compile from the directory containing reluri11.xml and reluri11.xsl files. It is failing otherwise. Most likely the path in the implementation is relative to the working directory. It should be relative to the stylesheet directory.
