Hi ,

i am using Math.abs(inumber) in my xsl to get the absolute value . This
works fine with xalan.

If i want to move any other engine which supports transformations does this
Math.abs works with that Engine .

Is this is specific to xalan or its common functionality of xsl . I am using
this Math.abs() inside a js function extension .
like <lxslt:component>
<lxslt:script language="javascript"> function fnabsolute(inum){ return
Math.abs(iNum) }.</lxslt:script></lxslt:component>

This works with xalan . What is the Math exactly here . Is the specific to
xalan xsl standard so that any engine should support that .

I am new to xsl so that i am asking this doubt .

Thanks,
Sasi.A
-- 
View this message in context: 
http://www.nabble.com/Math.abs%28%29-in-xsl-tf3670785.html#a10257060
Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Reply via email to