[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] following-sibling is not working


Subject: Re: [xsl] following-sibling is not working
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Oct 2006 01:36:52 +0100

>   test="local-name(following-sibling::*[1]) = 'table'"

or as mentioned in a different thread earlier today, it's usually safer
(and possibly a fraction more efficient) to use
  test="following-sibling::*[1]/self::table"

David


Current Thread