[xsl] R: [xsl] IQuestion about XSLT and Math Operations

Subject: [xsl] R: [xsl] IQuestion about XSLT and Math Operations
From: "Villani Alessandro" <villani.a@xxxxxxxxx>
Date: Mon, 5 Dec 2005 00:23:04 +0100
Hi, thank you for your answer, but i think i explain my problem in a bad
way.

I say exactly r11/c1, i want to use in my next math operations the value
that i'll found in that child (r11/c1) of xsl file.
I hope i explain my problem in a right way.

Excuse me for my poor english ;)

Thank you
A.V.

-----Messaggio originale-----
Da: G. Ken Holman [mailto:gkholman@xxxxxxxxxxxxxxxxxxxx]
Inviato: lunedl 5 dicembre 2005 0.00
A: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Oggetto: Re: [xsl] IQuestion about XSLT and Math Operations

At 2005-12-04 13:48 +0100, Villani Alessandro wrote:
>                           <c2>
>                           How I can perform, if possible , this type of
>operation: [value of r11/c1 + value of r12/c1] whithout use xsl:param.
></c2>

You have probably missed that the division operator in XPath is "div"
since "r11/c1" means "children c1 of children r11".

Use <xsl:value-of select="r11 div c1 + r12 div c1"/>

I hope this helps.

. . . . . . . . . . . Ken

--
Upcoming XSLT/XSL-FO hands-on courses:  Denver,CO March 13-17,2006
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Aug'05  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread