Re: [xsl] Glossary Help

Subject: Re: [xsl] Glossary Help
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Thu, 3 Aug 2006 21:59:05 +0530
I don't see how the presence of id attribute in <p> tag will cause the
present stylesheet to fail. Unless you need to do something with the
attribute.

On 8/3/06, Shailesh Shinde <shailesh@xxxxxxxxxxxx> wrote:
It's the same related to glossary.......
Previously match the below cases.....where the xml contains <p><i><b> or
<p>text</p> to change with glossary elements....but now the para elements
contains id attribute, so the glossary update is failing to put glossary
elements....

<xsl:apply-templates select="p[not(text())]/i/b" mode="dogloss"/>
                       <xsl:apply-templates select="p[text()]/i/b"
mode="dogloss"/>
                       <xsl:apply-templates select="p[not(text())]/b"
mode="dogloss"/>
                       <xsl:apply-templates select="p[text()]/b"
mode="dogloss"/>

Thanks,
Shailesh

-- Regards, Mukul Gandhi

http://gandhimukul.tripod.com

Current Thread