Re: [xsl] Testing using XPath

Subject: Re: [xsl] Testing using XPath
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Thu, 06 Sep 2001 16:36:06 +0200
Stuart Brown wrote:
I'm not too familiar with XPath, and cannot work out how to construct the
following.

With this XML:

<element1>
  <blah/>
  <blah/>
  <element2/>
</element1>
<element3/>

How can I test from with the current node as element2, whether its parent's
following-sibling[1] is element3?

../following-sibling::*[1]/self::element3 -- Oleg Tkachenko Multiconn International


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



Current Thread