Revision history for XML::Validator::Schema 1.00 2003-09-25 - First Release. 1.01 2003-09-26 - Fixed compatibility with XML::LibXML. - Modified test suite to run tests against all available SAX parsers. - Added support for simple and content modules (no combinations yet). 1.02 2003-10-01 - Added support for composition of and groups. - Added support for , both named and anonymous, with mostly complete support. - Added automated test to run test suite against Xerces/C++ if available. This should keep our tests in line with expected reality. 1.03 2003-10-03 - Added cache mode to reuse schema objects between calls. - Added support for more builtin simpleTypes: normalizedString, token, short, byte, unsignedInt, unsignedShort, unsignedByte - Added support for element and attribute refs. - Added support for simpleContent. - Fixed bug preventing within or from working. - Fixed NMTOKEN implementation to derive from token instead of string. - Fixed bug where test suite would fail if XML::SAX::RTF was installed. 1.04 2003-10-06 - Added support for minOccurs and maxOccurs with , and . - Fixed bug in cache implementation that allowed some state from a failed validation run to leak into subsequent runs. - Added support for use as a SAX filter anywhere in a SAX pipeline. 1.05 2003-11-13 - Added support for more simple types (Russell B Cecala) : float duration time date gYearMonth gYear gMonthDay gDay gMonth hexBinary base64Binary anyURI QName NOTATION