Author: mukulg
Date: Wed Dec 12 13:53:07 2012
New Revision: 1420674
URL: http://svn.apache.org/viewvc?rev=1420674&view=rev
Log:
schema 1.1 commit: committing minor improvements to xpath2 fn:max and fn:min
function implementations. now they are able to accept element and attribute
node sequences (i.e, now we allow atomization of the input to these functions,
as per the rules specified in XPath 2.0 spec). This now allows an assertion
like following to work fine,
<xs:complexType>
<xs:sequence>
<xs:element name="meeting" type="xs:date" maxOccurs="unbounded"/>
</xs:sequence>
<xs:assert test="max(meeting) lt current-date()"/>
</xs:complexType>
The corresponding changes were also committed to 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=1420674&r1=1420673&r2=1420674&view=diff
==============================================================================
Binary files - no diff available.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]