Re: [docbook-apps] Assemblies in DocBook 5.1: generating multiple structure outputs using assemble.xml

From
Thomas Schraitle <>
Date
2013-05-22T14:13:20+00:00
ID
Thread
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
 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