PDA

View Full Version : XPath comparison


dcmoore182
10-18-2004, 01:09 PM
I'm trying to bind data with an xpath that looks like:

dset:/model/loan/loanHudItem_LIST/loanHudItem[key/key[@property='hudNumberKey'][@value > 800][@value < 900]]

But it appears that < and > comparisons are not functional in the xpath subset supported by Laszlo. It that correct, or am I doing something wrong? The XPath works fine in a test Java application. If < and > are not supported in the current version, does anybody know if they will be supported in the next version?

jshood
01-07-2005, 12:30 PM
I'm noticing the same thing on LPS 2.2.1. Anyone else able to confirm this?