Hi Graeme,

On Wed, 22 May 2013 14:45:44 +0100
[email protected] 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to