Re: [xsl] combining node restrictions in select statements2006-03-28 06:03:35Andrew 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> --~--
|
|