Re: [xsl] Selecting Attribute First Occurrence

Subject: Re: [xsl] Selecting Attribute First Occurrence
From: JBryant@xxxxxxxxx
Date: Tue, 29 Nov 2005 14:39:13 -0600
If you want the first entry node whose symbol attribute equals 'lot', you 
can use

select="entry[@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)

Current Thread