xsl-list
[Top] [All Lists]

Re: [xsl] Glossary Help

2006-07-29 04:24:35
Thanks Mike for the alternative syntax. This looks good.

Regards,
Mukul

http://gandhimukul.tripod.com

On 7/29/06, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
>     <xsl:apply-templates select="p/i/b[not(../../text())]" />

Another example - two in one morning, apparently independent - of the
predicate being moved quite unnecessarily to the last step in a path
expression. Write:

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

Michael Kay
http://www.saxonica.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>