Subject: Re: Ordering of Blocks based on Input/Output
From: Ingo Schildmann <ingoschi@xxxxxx>
Date: Wed, 9 May 2001 13:21:28 +0200
|
On Wednesday 09 May 2001 11:38, Francis Norton wrote:
> <!-- always need a terminate condition in recursive functions -->
> <xsl:if test="count($todo) > 0">
This test does the same as test="$todo", which is
much more efficient for larger data,
if the processor doesn't optimize it anyway.
Bye, Ingo
--
Ingo Schildmann ingoschi@xxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|