[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: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 19 Oct 2004 08:34:10 +0100
performance union vs or
Pretty well impossible to tell without measuring it. Note however that the
third example is wrong, it needs to be $citation-class='note-bib' or 
$citation-class= 'note-nobib'.

Presumably this is a Saxon question, because variable references in
predicates aren't allowed in XSLT 1.0. Saxon doesn't (currently) optimize
patterns like this - clearly it could save a lot of work if it pre-evaluated
the predicates once as soon as the value of the global variable was known,
and then eliminated the template rule from the decision tree if the
predicate was known to be false.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Bruce D'Arcus [mailto:bdarcus@xxxxxxxxxxxxx] 
> Sent: 19 October 2004 00:03
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  union vs. "or" vs. contains?
> 
> I realize performance questions are always somewhat context-specific, 
> but I wonder if there are still general rules about which of these is 
> preferable?
> 
> <xsl:template match="db:section[contains($citation-class, 
> 'note')]/db:info">
>    <xsl:copy-of select="."/>
> </xsl:template>
> 
> <xsl:template match="db:section[$citation-class='note-bib']/db:info |
> 		db:section[$citation-class='note-nobib']/db:info">
>    <xsl:copy-of select="."/>
> </xsl:template>
> 
> <xsl:template match="db:section[$citation-class='note-bib' or 
> 'note-nobib']/db:info">
>    <xsl:copy-of select="."/>
> </xsl:template>
> 
> Bruce

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.