|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How is memory allocated in recursive XSLT template
PPS
Abel Braaksma wrote:
Hmm, on an SA processor, this should've better read (and be safer) as: <xsl:function name="f:fac" as="xs:nonNegativeInteger"> <xsl:param name="nr" as="xs:nonNegativeInteger" /> <xsl:sequence select="if($nr = 0) then 1 else f:fac($nr -1) * $nr" /> </xsl:function>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






