RE: [xsl] Glossary Help

Subject: RE: [xsl] Glossary Help
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 29 Jul 2006 10:28:48 +0100
>     <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/

Current Thread