This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

element value based on attribute selection


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]