Categories


Simple XML Validation with Perl

Raiting 5.00

This article explains how to validate the structure of XML documents with Perl. It does so by combining the simplicity of Test.pm from the standard Perl distribution with the flexibility of XPath.