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|DUPLICATE | ------- Additional Comments From [EMAIL PROTECTED] 2003-01-07 22:29 ------- This bug seems to be different from 15200 because the patch for 15200 is only useful when the parameter to the document function is a node-set (it affects the if (arg instanceof NodeIterator) block). However in this case, the document() function is called with a single parameter that is a String containing the uri of the xml document (therefore the "if (arg instanceof String)" block will be executed, which is not affected by the patch)
