Home > Release Notes

4.2.5

Release Date: July 18, 2007

Bug Fixes

Cardinality constraint on selection nodes

The element minOccurs has been added to the selection node specification ( osd:select ).

With minOccurs , the validation checks that the contextual and dynamic selection is at least of the size specified.

<xs:element name="linkToAuthorTitles" minOccurs="0" maxOccurs="0" >
        <xs:annotation>
          <xs:appinfo>
            <osd:select>
              <minOccurs>1</minOccurs>
              <xpath>//Titles[au_id =${../au_id}]</xpath>
            </osd:select>
          </xs:appinfo>
        </xs:annotation>
</xs:element>

For more details, see Selection nodes .

API for managing branches and versions

The following new methods have been added to the API

Home > Release Notes