The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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 <choice> and <all> content modules (no
     combinations yet).

1.02  2003-10-01
   - Added support for composition of <sequence> and <choice> groups.

   - Added support for <simpleType>, both named and anonymous, with
     mostly complete <restriction> 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 <simpleType> within <sequence> or <choice>
     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.