RE: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-16 Thread Kerry, Richard
I'm still not getting this working. Please can someone who's had it working tell me how to do the following : 1. The syntax for the catalog spec. Ive tried this : xmlcatalog id=docbook-catalog catalogpath pathelement location=${catmanpath}/CatalogManager.properties/ /catalogpath

Re: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-16 Thread davep
On 16/08/13 11:45, Kerry, Richard wrote: I'm still not getting this working. Please can someone who's had it working tell me how to do the following : 1. The syntax for the catalog spec. Ive tried this : xmlcatalog id=docbook-catalog catalogpath pathelement

RE: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-16 Thread Kerry, Richard
If I'm understanding the original post correctly, you want to use catalogs so that ANT will resolve the location of the stylesheet specified in ant's xslt/ task from the catalog That's correct. I don't know if ant can do that I only ever used ant+catalog files to resolve dtds and stylesheet

RE: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-14 Thread Kerry, Richard
I've got that (though as a literal param rather than in ANT_OPTS), which is how I can say It doesn't show any messages . Including absence of any reference to the resolver. Uncertainly, Richard. -Original Message- From: Olsen, Morten Engelhardt

[docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-09 Thread Kerry, Richard
I'm trying to get DocBook WebHelp building working. Although I do already have a working Ant build file based on the one from the DocBook stylesheet distribution I would like to use Catalogs for resolving my stylesheet locations, which the one provided doesn't. For my other target formats I'm

Re: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-09 Thread David Cramer
On 08/09/2013 05:19 AM, Kerry, Richard wrote: For my other target formats I’m using Saxon 6, via an Ant Java task. I have catalogs working for these as that’s taken care of by parameters passed to Saxon. For WebHelp I’m using the Xslt task – that’s how the one in the stylesheet distribution

Re: [docbook-apps] Use of XML Catalog with Ant (xslt task) - request for example (using for DocBook/WebHelp)

2013-08-09 Thread Tony Graham
On Fri, August 9, 2013 11:19 am, Kerry, Richard wrote: ... I've tried to follow Ant's documentation regarding the xmlcatalog element but I can't get it to work. (I am finding the Ant documentation in this area extremely hard to follow) By can't get it to work I mean it doesn't find the files