Re: [xsl] How to match a child element and display another child element?

Subject: Re: [xsl] How to match a child element and display another child element?
From: Biying Huang <biying.huang@xxxxxxxxxxxxxxx>
Date: Fri, 23 Aug 2002 15:27:35 -0400
Thanks everyone for your suggestions. They all works and Jeni's one is the
simplest.

Biying

Jeni Tennison wrote:

>
>
> <xsl:template match="FruitList">
>   <xsl:value-of select="fruit[price = 1]/name" /> is only $1.00.
> </xsl:template>
>


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


Current Thread