XML::Validator::Schema is a Perl module which validates XML documents using the W3C XML schema. The module does not implement the full W3C XML schema recommendation, but rather a useful subset. It is implemented as a SAX filter using XML::SAX.
| Tags | Software Development Libraries Perl Modules Text Processing Markup XML |
|---|---|
| Licenses | Perl |
| Implementation | Perl |
Recent releases


Release Notes: A check for a broken XML::SAX install was added.


Release Notes: This release adds support for unions and fixes several bugs, one of which prevented the module from working with Perl 5.10.


Release Notes: XML::Validator::Schema now includes line and column numbers in the errors it generates when used with XML::Filter::ExceptionLocator and XML::SAX::ExpatXS. This release also adds support for the fractionDigits and totalDigits facets of decimal types.


Release Notes: This release adds a new 'debug' option to aid in tracking down the source of validation failures. Several bugs are now fixed.


Release Notes: This release fixes a number of bugs and adds support for positiveInteger, negativeInteger, nonPositiveInteger, and nonNegativeInteger.