[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: R: IQuestion about XSLT and Math Operations

Subject: Re: R: IQuestion about XSLT and Math Operations
From: Kamal Bhatt <kbhatt@xxxxxxxxx>
Date: Mon, 05 Dec 2005 10:36:51 +1100
xsl math operators
If I understand you correctly, you want to reference the output XML in your current XSLT, unless you have someway of passing your resultant XML back into another XSLT (if you are using cocoon, you could do this) I don't think that is possible. However, why don't you just repeat the operation?

eg
....
<c2>

<xsl:value-of select="(r2 - r6) + (r2 - r6)"/>

</c2>

Villani Alessandro wrote:

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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.