Re: [wtp-dev] Schema aware XPath 2.0 evaluation with PsychoPath

2009-05-12 Thread Mukul Gandhi
Hi Dave, Thanks for the XDM document link. PsychoPath does attempt to do "atomization". It's in the method, do_cmp_value_op of class FsEq.java. A method call, value_convert_args attempts to do this. Where it's written, FnData.fast_atomize(rs). But in fast_atomize method, there is a TO DO not

Re: [wtp-dev] Schema aware XPath 2.0 evaluation with PsychoPath

2009-05-12 Thread David Carver
Mukul, I've copied Andrea Bittau on this message as he was the original author that donated us the code.I will say this, I have not tried the XML Schema awarness beyond the built in simple type support that it has. The W3C Test Suite does have some tests for this, but I have not made it