https://issues.apache.org/bugzilla/show_bug.cgi?id=55766
Bug ID: 55766
Summary: Xslt task to allow use of catalog properties file
Product: Ant
Version: 1.9.2
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Currently Ant's xslt task's xmlcatalog parameter element takes as its contents
the location of the XML catalog file to be used.
The resolver itself (resolver.jar) can take a property file, typically called
CatalogManager.properties. Using this mechanism via Saxon (via a Java task)
the resolver jar's location and the location of the property file are passed
in. Using it via Ant's xslt task the locations of the resolver and the catalog
itself are passed in.
In Saxon if a catalog is to be used the location of the catalog is held within
the properties file.
I should like to be able to use a properties file when accessing XSLT via the
xslt task. My particular reason for this is that among the properties which
may be set is a verbosity setting for the diagnostics. At the moment I am
having considerable problems getting the catalog to work and I would like to
set the verbosity so that I can see from the resolver itself whether it is
active and what it thinks it is doing.
--
You are receiving this mail because:
You are the assignee for the bug.