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 2002/07/10 07:15:40 UTC

DO NOT REPLY [Bug 10625] New: - TransformerFactoryImpl.newTemplatesHandler does not set URIResolver

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=10625>.
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=10625

TransformerFactoryImpl.newTemplatesHandler does not set URIResolver

           Summary: TransformerFactoryImpl.newTemplatesHandler does not set
                    URIResolver
           Product: XalanJ2
           Version: 2.4Dx
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: erik@bruchez.org


newTemplates on the other hand does so:

if (_uriResolver != null) xsltc.setSourceLoader(this);