| Subject: Re: [xsl] How is memory allocated in recursive XSLT templates? From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Wed, 02 May 2007 21:12:14 +0200 | 
<xsl:function name="f:fac" as="xs:integer">
<xsl:param name="nr" as="xs:integer" />
<xsl:sequence select="if($nr = 0) then 1 else f:fac($nr -1) * $nr" />
</xsl:function>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] How is memory allocated i, Abel Braaksma | Thread | [xsl] Enforcing element order, ms | 
| Re: [xsl] How is memory allocated i, Abel Braaksma | Date | RE: [xsl] How is memory allocated i, Michael Kay | 
| Month |