xsl-list
[Top] [All Lists]

Re: Selecting Attribute First Occurrence

2005-11-29 13:39:13
If you want the first entry node whose symbol attribute equals 'lot', you 
can use

select="entry[(_at_)symbol='lot'][1]"

(or match="..." if you want to use a template for it)

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

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