|
Subject: Re: [xsl] filtering on following-sibling axis From: David Carlisle <davidc@xxxxxxxxx> Date: Tue, 20 Nov 2001 10:23:00 GMT |
<xsl:template match="section[@type='subsection']">
<xsl:variable name="x"
select="count(following-sibling::section[@type='subsection'])"/>
<xsl:apply-templates select=following-sibling::section[
count(following-sibling::section[@type='subsection'])=$x
]"/>
</xsl:template>
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] filtering on following-siblin, Don Smith | Thread | Re: [xsl] filtering on following-si, Jeni Tennison |
| Re: [xsl] Recursively link XML bloc, Jeni Tennison | Date | Re: [xsl] filtering on following-si, Jeni Tennison |
| Month |