This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]