xsl-list
[Top] [All Lists]

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

2006-06-09 07:59:32

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--