RE: [xsl] Glossary Help

Subject: RE: [xsl] Glossary Help
From: "Shailesh Shinde" <shailesh@xxxxxxxxxxxx>
Date: Sat, 29 Jul 2006 14:24:17 +0530
Thanks a lot!

Output as per requirement! Needs to do further process will need more help.

Thanks,
Shailesh

-----Original Message-----
From: Mukul Gandhi [mailto:gandhi.mukul@xxxxxxxxx] 
Sent: Saturday, July 29, 2006 2:14 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Glossary Help

Sorry, there was a slight mistake in the following template. The correct one
is:

<xsl:template match="body">
  <glossarylist>
    <xsl:apply-templates select="p/i/b[not(../../text())]" />
    <xsl:apply-templates select="p/i/b[../../text()]" />
    <xsl:apply-templates select="p/b[not(../text())]" /> <!-- there
was a mistake here -->
    <xsl:apply-templates select="p/b[../text()]" /> <!-- there was a
mistake here -->
  </glossarylist>
</xsl:template>

Regards,
Mukul

http://gandhimukul.tripod.com

Current Thread