xsl-list
[Top] [All Lists]

RE: [xsl] Pattern question: first child of first descendant

2009-03-23 21:44:33
Maybe parentheses are disallowed in patterns. But predicates aren't, so how 
about this:

entry[ancestor::table][1]/*[self::title or self::para][1]

~ Scott

-----Original Message-----
From: Christian Roth [mailto:roth(_at_)visualclick(_dot_)de] 
Sent: Monday, March 23, 2009 8:42 PM
To: XSL List
Subject: Re: [xsl] Pattern question: first child of first descendant

I'm not sure of the exact order of
operations for the position predicate here, so I'd be safe and do this:

(table//entry)[1]/*[self::title or self::para][1]

Using this pattern gives me a 

  Unexpected token in pattern, found "("

error in Saxon. (I had tried that one, too...)

-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>
--~--


--~------------------------------------------------------------------
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>
--~--