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: Calculating


or more simply...

<xsl:template match="thing">
	<xsl:value-of select="amount * price"/>
</xsl:template>

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Lawrence
Mielniczuk
Sent: Monday, 28 May 2001 11:04 PM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Calculating

<xsl:template match="thing">
	<xsl:value-of select="./amount * ./price"/>
</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]