Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Mukul Gandhi
Hi Michael, Surely, the bugs reported in this mail thread were in PsychoPath XPath engine. PsychoPath engine does claim conformance to the W3C XPath 2.0 test suite, and at the moment we do pass 100% of this test suite. Incidentally, the issues highlighted in this mail thread with respect to cer

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Michael Glavassevich
That's true, assuming PsychoPath is being tested that way. Have never really looked at what goes on in Eclipse-land. Mukul should know though. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Jorge Williams

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Jorge Williams
Hey Guys, Seems like the last couple of bugs relate to the XPath 2 engine specifically. If PsycoPath claims full conformance, then the deficiencies are really in the XPath 2 test suite. -jOrGe W. On May 24, 2012, at 4:10 PM, Mukul Gandhi wrote: > Hi Michael, >I believe, the W3C's XML Sc

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Jorge Williams
On May 24, 2012, at 3:45 PM, Mukul Gandhi wrote: Thanks, Jorge for bringing these issues to the list :) No problem. Thanks for addressing these issues so quickly! -jOrGe W.

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Mukul Gandhi
Hi Michael, I believe, the W3C's XML Schema 1.1 test suite has a significant coverage for XSD 1.1 assertions. But I would agree, that tests like those cited within this thread and probably some others as well could be added to W3C XSD 1.1 test suite, for the reasons you've mentioned. Probabl

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Michael Glavassevich
I'm curious what kind of coverage there is for assertions in the W3C's XML Schema 1.1 test suite. If it were enhanced to cover more scenarios like this one and others we've been discussing on this list lately it would help improve interoperability. Thanks. Michael Glavassevich XML Technologies

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Mukul Gandhi
Interestingly, related to the addition dateTime's evaluation bug the PaychoPath XPath2 engine also had a bug doing subtraction operations on the same data types. For e.g, the following XSD 1.1 validation didn't work correctly, http://www.w3.org/2001/XMLSchema";>

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Mukul Gandhi
Hi Michael, > Can this issue with the explicit cast be fixed in PsychoPath? Definitely, fixing this issue is doable within PsychoPath engine. I'll try to study, and possibly fix this as soon as I can or write something on the list with my findings. -- Regards, Mukul Gandhi --

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-24 Thread Michael Glavassevich
Hi Mukul, Regardless of the severity I agree with Jorge that it's a pain if you can't write an XPath expression which works with both (Xerces and Saxon) implementations. Can this issue with the explicit cast be fixed in PsychoPath? Thanks. Michael Glavassevich XML Technologies and WAS Develop