xsl-list
[Top] [All Lists]

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

2005-12-04 16:36:51
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(_at_)CraneSoftwrights(_dot_)com] Inviato: lunedì 5 dicembre 2005 0.00
A: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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(_at_)CraneSoftwrights(_dot_)com
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--