[xsl] alt. to for-each when there's only one

Subject: [xsl] alt. to for-each when there's only one
From: alex <shortestpath@xxxxxxxxx>
Date: Tue, 12 Feb 2002 05:45:26 -0800 (PST)
I've bee using <xsl:for-each select="Orders/RowId">
to process all the RowId children of my one Orders
node. 

But I've got a case where I know the xml returned
to me will only contain one RowId child. Is using 
a for-each still the way to go in this case? Or is
there something more direct and efficient?

thanks,
-alex

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread