Re: [xsl] Question about finding descendant

Subject: Re: [xsl] Question about finding descendant
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 15 Dec 2003 12:44:16 GMT
  I am in second child <table> position I want
  to check any other <table> exists for parent <table>
  element from second child <table> element.

<xsl:if test="following-sibling::table or preceding-sibling::table">...

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
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
________________________________________________________________________

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


Current Thread