Re: [xsl] IQuestion about XSLT and Math Operations

Subject: Re: [xsl] IQuestion about XSLT and Math Operations
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 04 Dec 2005 17:59:41 -0500
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