RE: [xsl] Seeking XPATH

Subject: RE: [xsl] Seeking XPATH
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 6 Mar 2001 09:22:31 -0000
> 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 you could always write it as

//@NM/parent::B/parent::A

if you really want!

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


Current Thread