in reply to Which XML Validation to use, for Perl

XML validation in Perl is a bit limited compared to other programming languages (IMHO). Besides the LibXML alternative suggested you might want to investigate XML::Validate. This looks like a promising initiative. I like the idea of a generic interface to different XML validation backends dependding on the platform you work on.

  • Comment on Re: Which XML Validation to use, for Perl

Replies are listed 'Best First'.
Re^2: Which XML Validation to use, for Perl
by Anonymous Monk on Nov 04, 2008 at 11:02 UTC
    XML validation in Perl is a bit limited compared to other programming languages (IMHO)
    Please elaborate, because the way I see it there is always
    system qw[other-language-validate options file.xml ];