xsl-list
[Top] [All Lists]

Re: [xsl] combining node restrictions in select statements

2006-03-28 06:03:35
Andrew Smith wrote:
<xsl:apply-templates select="/root/a[d[starts-with(e, 'A')]]" />


How about:

<xsl:apply-templates select="/root/a[d[starts-with(e, 'A')]][1]" />

best,
-Rob

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