Re: [xsl] Output conditional on preceding nodes.

Subject: Re: [xsl] Output conditional on preceding nodes.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 7 Dec 2001 17:28:55 GMT
> <xsl:copy-of select="following::p[position() != 3]" />

if by "everything except" you meant all p except the third, otherwise
you need the longer version with node() that I posted just now.

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