This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Seeking XPATH


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]