relaxng / jing-trang

Schema validation and conversion based on RELAX NG
http://www.thaiopensource.com/relaxng/
Other
228 stars 69 forks source link

Support catalog in JingTask #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ideally one should be able to specify catalogs in the JingTask like in the 
command line. Issue #25 added support for catalog but did not add it to the 
JingTask.

The attached patch adds support for a catalog attribute to specify one catalog 
file.

One way to take this further is to add support for a nested xmlcatalog element 
as described in http://ant.apache.org/manual/Types/xmlcatalog.html

Original issue reported on code.google.com by fmjrey on 31 Dec 2010 at 9:24

Attachments:

martindholmes commented 6 years ago

Has this patch been rejected? It would be really useful to have this capability.