Validating XML Parsers for Perl

From: Charles Larry (allmyjunkemails_at_yahoo.com)
Date: 04/27/04


Date: 26 Apr 2004 17:13:51 -0700

I need to validate XML documents against XML Schemas. I know of the
existence of XML::Xerces. However, I can't get it to build correctly
on my platform (AIX 5.2). Installing the Apache Xerces-C library from
source seems to build correctly, it's just the Perl module that seems
to be problematic to work with in AIX. Is there anything else out
there that can do the job? It would be great if there was a pure Perl
module that didn't rely on any third-party libraries. Perhaps that's
asking too much?

Thanks.