xsl-list
[Top] [All Lists]

RE: Math: Removing X number of zeroes from number Y.

2005-06-07 15:49:45

I am handicaped by the fact that XSLT 2.0 does not
have a construct like xsl:call-function (similar to
xsl:call-template) .. 


Use 

<xsl:sequence select="my:function(x,y,z)"/>

Michael Kay
http://www.saxonica.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>
--~--