[xsl] Testing using XPath

Subject: [xsl] Testing using XPath
From: Stuart Brown <Stuart.Brown@xxxxxxxxxxxxx>
Date: Thu, 6 Sep 2001 14:03:10 +0100
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?

Thanks,

Stuart

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


Current Thread