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=15828>. 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=15828 URIResolver called with wrong base parameter for document() (xsltc) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2003-06-18 16:18 ------- XSLTC generates different base parameter to xalan - interpetive when the argument to the document function is a nodeset selected from an external xml document rather that a string, e.g. >From Xalan - Interpretive href: doc-by-string2.xml base: file:///D:/Futures/SST251/XALANBug/zxsl/doc-by-xpath.xml >From XSLTC href: doc-by-string2.xml base: file:///D:/Futures/SST251/XALANBug/zxsl/ Both these seem consistent with http://www.w3.org/TR/xslt#document, in that the base uri passed is the base uri of the document containing the node.
