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] Assemblies in DocBook 5.1: generating multiple structure outputs using assemble.xml


Hi Graeme,

On Wed, 22 May 2013 14:45:44 +0100
graeme@heliocentrik.net wrote:

> [...]
> When I run assemble.xml (version v 1.10 2012-04-10 07:56:58 from the
> latest stylesheets), I'm invoking it like this:
> 
> xsltproc ~/docbook-xsl/assembly/assemble.xsl assembly-file.xml
>
> In the output, I get the <article> element for 'article1', but 'book1'
> and 'book2' are ignored.

Have you tried the parameter structure.id? The assemble.xsl stylesheet
contains the following comment:

  May be used to select one structure among several to  process

Perhaps you should try the structure.id parameter like this:

 xsltproc --stringparam structure.id  book1 \
   ~/docbook-xsl/assembly/assemble.xsl assembly-file.xml


Hope that helps.

-- 
Gruß/Regards,
    Thomas Schraitle


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