A new release of XML::Validator::Schema, v1.08, is now available:
http://search.cpan.org/user/samtregar/XML-Validator-Schema-1.08/
This release adds support for fractionDigits and totalDigits facets of decimal types. It also supports an important feature which has been missing for far too long - line and column numbers in error messages. To get this functionality you must also install my new XML::Filter::ExceptionLocator module and use XML::SAX::ExpatXS as your SAX parser:
http://search.cpan.org/user/samtregar/XML-Filter-ExceptionLocator-1.00/
http://search.cpan.org/user/pcimprich/XML-SAX-ExpatXS-1.01/
I'd like to thank Petr Cimprich for producing XML::SAX::ExpatXS, the first SAX parser with a working document-locator.
-sam