xsl-list
[Top] [All Lists]

Re: [xsl] Glossary Help

2006-08-03 09:29:29
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(_at_)quagnito(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>