Around 19 o'clock on Mar 9, "Jeffrey Shen" wrote: > <test qual="any" name="size" compare="less_eq"> > <string>12</string> > </test> You'll have to change the type of the '12' in the above to get it to successfully compare against numbers. Try <int>12</int> instead. -keith