OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] How to specify an attribute-set?


On Dec 30, 2006, at 5:02 AM, Mauritz Jeanson wrote:

> Have you looked into XML catalogs? They allow you to use a generic  
> URI in a
> stylesheet's <xsl:import> and have a catalog resolver remap the URI  
> to a
> local path at runtime. See
> http://wiki.docbook.org/topic/DocBookAndXmlCatalogs

Perfect! Ant has built-in support for XML catalogs, so all I had to  
do was add this to the Xslt call:

<xmlcatalog>
     <entity publicId="parameters.xsl" location="path-to-parameters- 
file"/>
</xmlcatalog>

Problem solved; thanks to all for your help!

Trevor



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]