[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: how to select attribute value based on another attribute value?


Subject: Re: how to select attribute value based on another attribute value?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 19:36:50 +0100

Igor:

Try (with ROW as your context node):

<xsl:value-of select="COLUMN[@NAME='CHARGES']/VALUE"/>

etc. This is the kind of thing for which XPath is very nice.

<dig kind="sly">And no, using Xalan1.0 won't make any difference since it's
a conformant XSL processor...</dig>

Enjoy,
Wendell

At 05:32 PM 4/12/00 -0500, you wrote:
>Hello,
>
>Does anyone know how to select a value of an attribute of an element based
>on a value of another attribute of
>the same element?
>
>Example
>  <COLUMN NAME="CHARGES" VALUE="504.25" />
...
>  </ROW>
>
>Using Xalan 1.0 (if that makes any difference ;)

======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread
Keywords