|
|
Simple XML Validation with Perl |
|
|
Simple XML Validation with Perl |
|
|
XML / Development |
|
|
Click to Visit |
|
|
17 |
Although XML Schemas and RELAX promise fine-grained validation for XML documents, neither are presently available in the Perl world. You need a way to validate the structure of your documents. This can be achieved by combining the simplicity of Test.pm from the standard Perl distribution with the flexibility of XPath.
|