AW: [xsl] variable and arithmetrics

Subject: AW: [xsl] variable and arithmetrics
From: "Huditsch Roman" <Roman.Huditsch@xxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 11:24:52 +0100
Hi Andreas,

Have you tried
<xsl:variable name="priceInCents" select="//thing/@priceInEuro * 100"/>

I tired it with an example xml and got a correct return value...

You're interested in the result of the calculation, aren't you?

Hope this helps.

Wbr,
Roman



> -----Urspr|ngliche Nachricht-----
> Von: Andreas Andersson [mailto:andreas@xxxxxxxxxxxxxx]
> Gesendet: Mittwoch, 10. November 2004 11:06
> An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Betreff: [xsl] variable and arithmetrics
>
> Hi!
>
> I've been trying to figure out how to assign  av variable an arithmetic
> value.
>
> What I want to do is something like this (in pseudo code)
>
> <xsl:variable name="priceInCents">
>     <xsl:value-of select="//thing/@priceInEuro" />*100
> </xsl:variable>
>
> Thanks.
>
> --
> Andreas Andersson
> IT Dept.
> Travelstart Nordic
> andreas@xxxxxxxxxxxxxx
> http://www.travelstart.se



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Current Thread