XML::Schema - XML Schema modules for Perl


XML-Schema documentation  | view source Contained in the XML-Schema distribution.

Index


NAME

Top

XML::Schema - XML Schema modules for Perl

SYNOPSIS

Top

    use XML::Schema;

    # see html docs for details

DESCRIPTION

Top

The XML::Schema module set implements the necessary functionality to construct, represent and utilise XML Schemata in Perl. It aims to be fully conformant with the W3C XML Schema specification, although at present it is a work-in-progress and will initially strive to be minimally conformant (see the specification if you're interested in the precise definitions of those terms).

See the HTML documentation (in the 'html' sub-directory of the distribution) for further details.

AUTHOR

Top

Andy Wardley <abw@wardley.org>

VERSION

Top

This is version 0.07.

COPYRIGHT

Top

SEE ALSO

Top

For the latest version of the W3C XML Schema specification, see http://www.w3c.org/TR/xmlschema-0/


XML-Schema documentation  | view source Contained in the XML-Schema distribution.