[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Performance Issue using call-template..


Subject: Re: [xsl] Performance Issue using call-template..
From: Johannes Döbler <jd@xxxxxxxxxxxxxx>
Date: Tue, 16 Apr 2002 15:49:32 +0200

The template selected by xsl:apply-templates is determined at runtime by testing the match patterns of the various templates against the context node, whereas the the template selected by call-template is known at stylesheet-parse-time. Therefore xsl:call-template should work faster.

regards,
Johannes

At 05:47 16.04.2002 -0700, you wrote:
Hi All,
    Can some body explain the Performance Issues
related to  using call-template.If we had option of
using either call-template or xsl:apply-template which
one should i go for??

Thanks,
Ramesh


__________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread