[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] rootid-selection does not work for me
On Mon, May 05, 2003 at 03:12:21PM +0200, Joachim Ziegler wrote:
> I'm using the rootid parameter with the modular XSL style sheets
> (1.60.1), saxon 6.4 and XEP 3.3 to produce a PDF of one specific chapter.
>
> I've provided a valid ID as the value:
>
> <chapter id="SimpleDataTypes">
>
> and in the stylesheet, I have:
>
> <xsl:param name="rootid" select="SimpleDataTypes"/>
>
> but it always
> formats the entire XML instance.
> What's wrong here?
The id string needs to be in single quotes when used
in a select attribute.
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]