This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Performance Issue using call-template..


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]