You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/02/05 19:02:55 UTC

DO NOT REPLY [Bug 16809] New: - style task ignores URI's defined in xmlcatalog

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

style task ignores URI's defined in xmlcatalog

           Summary: style task ignores URI's defined in xmlcatalog
           Product: Ant
           Version: 1.5.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: dickescheid@osiag.de


The style task ignores URI's defined in nested element XMLCatalog.
This is due to the fact that the method
org.apache.tools.ant.taskdefs.optional.TraXLiaison.setStylesheet() calls
javax.xml.transform.TransformerFactory.newTemplates() without setting the
URI-Resolver in the instance of TransformerFactory.