Bug 55761 - XSLT task to allow stylesheet to be looked up using the XML catalog
Summary: XSLT task to allow stylesheet to be looked up using the XML catalog
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.8.4
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 14:33 UTC by Richard K
Modified: 2013-12-23 17:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ?