RE: non first child of node

Subject: RE: non first child of node
From: Matthew Bentley <Matthew.bentley@xxxxxxxxxxxxxx>
Date: Thu, 31 Aug 2000 09:22:24 +1200
>How can I match the non first TR child of a node (2nd, 3rd and so on)?
>child::TR[other_than(1)]

match="TR[position() > 1]"

Simple :)
M@
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread