I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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