You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2012/11/14 16:51:58 UTC

svn commit: r1409237 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

Author: mukulg
Date: Wed Nov 14 15:51:57 2012
New Revision: 1409237

URL: http://svn.apache.org/viewvc?rev=1409237&view=rev
Log:
schema 1.1 commit: committing a new psychopath xpath2 engine jar file. this has few enhancements for XPath 2.0 value comparison operators. previously an expression like 1 eq '1' produced a true result. this now produces a dynamic error XPTY0004 as per the XPath 2.0 spec. the implementation of operators lt and gt were also enhanced similarly. I observed that operators le, ge and ne worked fine previously. I discovered this error, when I was trying to do xpath2 deep-equal(..) on xs:string and xs:integer sequences (a related bug in deep-equal is also now solved, due to these enhancements).

PS: the psychopath engine changes were also committed on the Eclipse repository.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

Modified: xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar?rev=1409237&r1=1409236&r2=1409237&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org