You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/07 04:24:02 UTC

DO NOT REPLY [Bug 15828] New: - URIResolver called with wrong base parameter for document() (xsltc)

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)

           Summary: URIResolver called with wrong base parameter for
                    document() (xsltc)
           Product: XalanJ2
           Version: 2.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: ckarras@capella.org


When I use a custom URIResolver on a XSLTC Transformer to resolve document()
references in stylesheets, the resolver's resolve() function is called with the
XML document's URI for the "base" parameter, instead of being called with the
stylesheet's URI like when I use Xalan instead of XSLTC.