OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] glossary expansion


Sure it is possible, I'm just not sure how easy it would be.  You would 
need to create an identity XSL stylesheet, which copies everything unless 
otherwise specified.

Then you would need to copy and adapt several templates from glossary.xsl 
in the various modes for auto glossary.  You would need a template with 
match="glossary" to start the process, and then call something like 
make-auto-glossary, but simpler.  At the point where it formats a 
glossentry from the collection, you just use xsl:copy-of instead.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Steven Jenkins" <steven.jenkins@ieee.org>
To: "DocBook List" <docbook@lists.oasis-open.org>
Sent: Friday, January 05, 2007 9:58 AM
Subject: [docbook] glossary expansion


> Is it possible to perform the automatic glossary expansion described in 
> Stayton Chapter 16 and emitting the expanded XML (the way the profiling 
> spreadsheets emit the profiled XML)?
>
> I have a document that is processed into several different presentations, 
> at least one of which is produced with a non-XSLT engine (a custom 
> DocBook to LaTeX translator). It'd be nice to insert all the glossary 
> entries once, upstream.
>
> Steve
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
>
>
> 




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