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

2009-05-11 Thread Mukul Gandhi
Hi PsychoPath team, I need some help in running the Schema aware XPath 2.0 expressions with PsychoPath. After looking at the PsychoPath source code in this regard, I can see that we have a framework in place (using Xerces XSModel) to evaluate schema aware XPath expressions. For e.g., if my Sche

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

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