[xsl] element value based on attribute selection

Subject: [xsl] element value based on attribute selection
From: "D. Bennion" <bennion3@xxxxxxxxx>
Date: Thu, 15 Mar 2001 12:28:52 -0800 (PST)
I want to select the value of the <parameter
name="UserDN">wjohnson</parameter> out of all the
<parameter> tags.

<xsl:apply-templates select="//parameter???"/>

If tried various ways but with no luck. I know I'm
missing the obvious...
Please help and thanks in advance.

Dave

<parameters>
  <parameter name="UserDN">wjohnson</parameter>
  <parameter name="module">project</parameter>
  <parameter name="option">list</parameter>
  <parameter
name="employeenumber">wjohnson</parameter>
</parameters>

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

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


Current Thread