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: XPath for all of an element type prior to context node?


Francis Norton wrote:
> 
> > When the context node is any of those with an id attribute, I
> > want a way to get the list of resources nodes that occur:
> >
> > - before the context node; or
> > - after the context node.
> >
> > Please let me know if this request isn't clear.
> >
> Actually it could be a bit clearer on one point - do want all the
> preceding / following resource elements in the whol document or within
> some other scope?

I meant preceding / following in the whole document.

> If the former, "ancestor::resource | preceding::resource" and
> "descendent::resource | following::resource" should do it, given the
> useful comment in http://www.w3.org/TR/xpath#axes

This is exactly what I need. I was poring over http://www.w3.org/TR/xpath
today and missed the preceding and following axes.

Thank you very much.

-- 
Michael Strasser
Brisbane, Australia

 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]