xsl-list
[Top] [All Lists]

Re: [xsl] XPath question

2006-06-07 08:55:16
On 6/7/06, Wendell Piez <wapiez(_at_)mulberrytech(_dot_)com> wrote:
Chris,

Doesn't your problem reduce to the first c node descendant?

/descendant::c[1]

?

With XSLT 1.0's first item semantics, couldn't you reduce that to:

/descendant::c

(not that that is a good a idea...)

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

<Prev in Thread] Current Thread [Next in Thread>