Subject: Re: 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
|