Re: [xsl] SelectingSubsetsOfNode-SetsByPositionIntervals

Subject: Re: [xsl] SelectingSubsetsOfNode-SetsByPositionIntervals
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Aug 2004 17:12:42 +0100
  To be more specific can i select all ORDINATE_ITEM
  elements from position 1 to position 5 

select="ORDINATE_ITEM[position() &lt; 6]

  and then all all ORDINATE_ITEM
  elements from position 6 to the last position?
  Thanks

select="ORDINATE_ITEM[position() &gt;= 6]

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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