[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Slow XSLT

Subject: Re: Slow XSLT
From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Date: Sun, 2 Mar 2008 01:32:28 +0100
Re:  Slow XSLT
On 02/03/2008, Manfred Staudinger <manfred.staudinger@xxxxxxxxx> wrote:
> I would propose a slightly different approach:
>
> <xsl:for-each select="/Reports/Report/Columns/ColGrp">
>    <xsl:apply templates mode="ColGrp"/>
should read
   <xsl:apply-templates mode="ColGrp"/>
>  </xsl:for-each>
>  passing the parameters needed for your processing and using only two
>  templates for ColGrp: one for the innermost ColGrp, and one for the
>  others
>  <xsl:templates match="ColGrp[Col]" mode="ColGrp">
>  processing for the innermost ColGrp here
add the apply-templates here:
   <xsl:apply-templates mode="ColGrp"/>
>  </xsl:for-each>

Manfred

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.