xsl-list
[Top] [All Lists]

Re: [xsl] XPath "//", speed, and Saxon

2008-11-04 05:03:59
On Mon, Nov 03 2008 12:51:58 +0000, mike(_at_)saxonica(_dot_)com wrote:
...
Incidentally, one minor comment

Only xsltproc provides a command-line switch for running the transformation
time multiple times 

Saxon has had such a switch for some time, though only recent releases have
documented it (-repeat:99).

I had subsequently found the original three switches in the Saxon source
code and had mentioned them in later deliveries of the tutorial.

I think there's another important (if obvious) point that's not made in the
paper: don't assume that your performance problem is in the XSLT code until
you've drilled down to that level. I did a bit of tuning for a client
recently where it turned out 80% of the cost was spent in some simple
user-written code to generate the XML input for the transformation.

To paraphrase Knuth (another giant who must surely have sore shoulders
by now): premature optimisation is the root of all evil.

Regards,


Tony Graham                         
Tony(_dot_)Graham(_at_)MenteithConsulting(_dot_)com
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--