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]

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


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@mulberrytech.com
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

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