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

Re: XSLT use cases; data-centric to document-centrict

Subject: Re: XSLT use cases; data-centric to document-centrictransformations
From: Peter Gerstbach <peter@xxxxxxxxxxxx>
Date: Tue, 8 Feb 2005 13:54:10 +0100
2004 peter gerstbach
Zitat von David Carlisle <davidc@xxxxxxxxx>:

  I think it's only natural, that processors perform better with well
  written stylesheets than with stylesheets, containing only one very
  big template.


That doesn't sound natural to me at all. Splitting things up by named templates is like using functions and subroutines in other languages. It's easier for a human to understand and maintain but if push comes to shove you might exepect to get some minimal performance gains by inlining the functions (templates) back into your main template so avoiding the function call overheads.

Ok, it's not natural :) But I think authors of xslt processors will focus primarily on real world stylesheets than on weird ones. So the processors (if the authors succeed) will more likely to perform good on well written stylesheets. :)


Are you sure that somewhere in your big template you don't have <xsl:apply-templates select="."/> That would cause stack overflow...

Yes, I'm sure. I only select child-nodes. And the stylesheet works, when there are not 500 but only 200 block-level elements.

Peter

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

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-2013 All Rights Reserved.