But predicates aren't, so how about this:
entry[ancestor::table][1]/*[self::title or self::para][1]
Unfortunately not - it has the same issue as Syd's initial pattern. The
first part does a "match all entry elements that have a table ancestor
and that are the first child of some element", which again matches all
first entry children of all the row elements in the table.
-Christian
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--