xsl-list
[Top] [All Lists]

math return result problem

2005-04-05 10:33:12
sorry last time i was not clear about my qustion

is the following valid
i am trying to get  (third of the value of x )and (two third of the value
held in y )
such :1/3(x)+2/3(y)


<xsl:value-of select="(1 div 3 * (self::x)) + (2 div 3  * (self::y))"/>

thanks


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



<Prev in Thread] Current Thread [Next in Thread>