Re: [xsl] Seeking XPATH

Subject: Re: [xsl] Seeking XPATH
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Tue, 6 Mar 2001 10:13:06 +0000
Mike Kay wrote:
>> Try to append "/.." at the end, e.g. A/B[@NM = "case3"]/..
>
> Or what I would regard as more natural:
>
> A[B[@NM="case3"]]

Or:

  A[B/@NM = 'case3']

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread