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

Re: union vs. "or" vs. contains?

Subject: Re: union vs. "or" vs. contains?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Oct 2004 12:21:44 +0100
xsl boolean test contains
  Is this to avoid repeating it on multiple templates?  In my case, the 
  conditional statements only occur on a single template in each class.


I think it's clearer for anyone reading the stylesheet and (until
Mike posts in 10 minutes saying he's added optimisation code to saxon so
that both forms produce the same internal code) it is more efficient as
if you do the test up at the apply-templates then if it's false you are
done and can get on with something else, but if you put the test on the
match pattern and it's false  then on _every_ node to which templates are
potentially going to be applied, you will first have to decide which is
the highest priority matching template which will at some point mean
looking at that template and evaluating the predicate to false (again)
and then finding the next matching template. So even if there is only
one template involved it's a lot more work for the system: if you apply
templates to an element with 1000 children in one case you do one
boolean test then skip the whole process, in the other you do the test
and the rest of the template matching process 1000 times.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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.