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

XPath Expressions: Separate predicates or one predicat

Subject: XPath Expressions: Separate predicates or one predicate with AND?
From: "Eliot Kimber ekimber@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Feb 2017 22:07:55 -0000
 XPath Expressions: Separate predicates or one predicat
Ibm updating code that has expressions like:

<xsl:when test=b*[@a = b1b and @b = b2b and @c = b3b]b>

My normal practice would be to use separate predicates:

<xsl:when test=b*[@a = b1b][@b = b2b][@c = b3b]b>

But it occurs to me that in this case the expressions are functionally
identical: the set of predicates is effectively an AND group.

Is there any reason to prefer one form expression over the other?

I can imagine that different XSLT processors might apply different
optimization strategies to the two forms, although as webve discussed many
times, thatbs not something you can worry about for general usage.

Cheers,

Eliot



--
Eliot Kimber
http://contrext.com

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.