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: Preceding Ancestors


Hi Richard,

>>> What I can't work out is how to get at any preceding elements that
>>> are in my 'scope' i.e. from a file like
>> [..]
>>> I've tried ancestor::*/p but that will give me <p a="9"/> too.

I think you want all preceding sibling p elements of either the
current node or one of its ancestors. In other words:

  ancestor-or-self::*/preceding-sibling::p

Can I have beer?

Jeni

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


 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]