|
Subject: Re: [xsl] Glossary Help From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx> Date: Mon, 31 Jul 2006 22:01:47 +0530 |
<xsl:preserve-space elements="*"/>
<xsl:strip-space elements="*"/> <xsl:template match="division[(@type='appendix') and
((topic/title = 'Glossary') or (topic/title = 'A'))]"> <!-- you can
add more or clauses -->
<division>
<xsl:copy-of select="@*"/>
<xsl:for-each select="topic">
<topic>
<xsl:copy-of select="@*"/>
<xsl:copy-of select="title"/>
<!-- you may need to modify this as well -->
<xsl:apply-templates
select="body[ancestor::division[@type='appendix']]"/>
</topic>
</xsl:for-each>
<xsl:apply-templates/>
</division>
</xsl:template>-- Regards, Mukul Gandhi
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Glossary Help, Shailesh Shinde | Thread | [xsl] Rendering nsbp, Mohsen Saboorian |
| RE: [xsl] Is it possible to create , Nick Glenister | Date | [xsl] For-each and keys(), Steve |
| Month |