Posted on 2008-06-20 10:39:05-07 by rovf
Validating with XML::Simple?
Is it possible to do validation of XML::Simple against some XMLSchema? If yes, does this depend on which Parser is used (XML::Parser or XML::SAX)? I found that my XMLSchema seems to be ignored, but maybe I need to set some option to get it work?
Ronald
Direct Responses: 8113 | Write a response
Posted on 2008-06-20 20:37:38-07 by grantm in response to 8109
Re: Validating with XML::Simple?

No, XML::Simple doesn't have any support for validation. The Perl XML FAQ has some suggestions:

http://perl-xml.sourceforge.net/faq/#validation

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.