Bug 55761

Summary: XSLT task to allow stylesheet to be looked up using the XML catalog
Product: Ant Reporter: Richard K <richardk.zz9>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 1.8.4   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Richard K 2013-11-08 14:33:53 UTC
Currently Ant's xslt task can use an XML catalog only for file/url look-ups within the transformation.  The initial stylesheet must be specified as a file, using the "style" attribute or element.
I also do XSL transformations using Saxon via Ant's Java task.  Saxon can accept the stylesheet as a URL, and use the catalog to look-up the actual file.

My request is that Ant's xslt task be modified so that it too can accept the initial stylesheet parameter as a URL and look it up using the catalog.
Comment 1 Antoine Levy-Lambert 2013-12-23 17:58:17 UTC
would you like to create a patch for this bug report ?