ANN: XML::Validator::Schema 1.03

ANNOUNCEMENT: XML::Validator::Schema 1.03

CHANGES

   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.

DESCRIPTION

    This module allows you to validate XML documents against a W3C XML
    Schema. This module does not implement the full W3C XML Schema
    recommendation (http://www.w3.org/XML/Schema), but a useful subset. See
    the SCHEMA SUPPORT section in the module documention.

DOWNLOAD

    You can install XML::Validator::Schema from CPAN, or download it
    from SourceForge:

      http://sourceforge.net/project/showfiles.php?group_id=89764

FULL DOCUMENTATION

    Available online:

      http://search.cpan.org/~samtregar/XML-Validator-Schema/Schema.pm

Received on Friday, 3 October 2003 17:47:31 UTC