Subject: Re: glossary
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 5 May 2000 09:49:09 +0100 (BST)
|
> Is it possible to generate as part of an output xml file
> only those gloss entries which are contained in the report
<xsl:template match="glossary">
<xsl:for-each select="entry[term=//acronym]">
possibly with a normalize-space or two thrown in, so that
<acronym> RNIN </acronym> and <acronym>RNIN</acronym>
are the same, and possibly instead using keys so that
the rather expensive // operation isn't done afresh for each entry
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- glossary
- Pawson, David - Thu, 4 May 2000 14:13:57 +0100
- David Carlisle - Fri, 5 May 2000 09:49:09 +0100 (BST) <=
- <Possible follow-ups>
- Pawson, David - Fri, 5 May 2000 13:33:14 +0100
|
|