[xsl] limiting a apply-template

Subject: [xsl] limiting a apply-template
From: Sam Carleton <sam@xxxxxxxxxxxxxx>
Date: Sun, 16 Mar 2003 22:07:15 -0500
This is what I have:

<xsl:apply-templates select="//*[@url=$docUri]" mode="dspLocal"/>

Normally the url attribute in the XML will be unique, but not
always.  When it is not unique, I only want to process the first
node it finds.  How do I do that?

Sam

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


Current Thread