|
|
|
|
|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Glossary Help
Subject: Re: [xsl] Glossary Help
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sat, 29 Jul 2006 16:54:14 +0530
|
Thanks Mike for the alternative syntax. This looks good.
Regards,
Mukul
http://gandhimukul.tripod.com
On 7/29/06, Michael Kay <mike@xxxxxxxxxxxx> 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/
|
| |
© 2002-2008 SyncRO Soft Ltd. All rights reserved.
| Sitemap | Privacy Policy This website was created & generated with
<oXygen/> XML Editor |
|
|
|
|
|
|