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]
Other format: [Raw text]

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


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


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