https://issues.apache.org/bugzilla/show_bug.cgi?id=55761
Bug ID: 55761
Summary: XSLT task to allow stylesheet to be looked up using
the XML catalog
Product: Ant
Version: 1.8.4
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the bug.