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

Comparison evaluation in XPath

Subject: Comparison evaluation in XPath
From: Gregory Murphy <Gregory.Murphy@xxxxxxxxxxx>
Date: Thu, 13 Mar 2003 16:56:35 -0800 (PST)
xpath comparison
Looking at the grammar for XPath, it appears that the comparison and
equality operators are left-associative. So,

    x > y > z

should be evaluated as if it were

    ( x > y ) > z

How then should the value be obtained? If evaluation is performed at each
branch of an LALR(1) parse of an XPath expression, then an expression like

    3 > 2 > 1

would be reduced first to

    true > 1

which would evaluate to false. But shouldn't the answer be true?

// Gregory Murphy <Gregory.Murphy@xxxxxxx>




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.