Re: [xsl] XPointers to the start and the end of an element (not its content)?

Subject: Re: [xsl] XPointers to the start and the end of an element (not its content)?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 9 Jun 2006 15:56:32 +0100
> calling for e.g. /*/div[1]/*[position()=0] 

will never select anything as position() is never 0 (counting starts
from 1, which is why div[1] selects the first div not the second)


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread