Skip to content

kirklewis/perl5-xml-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Perl 5 XML Validation with DTD and XSD

Code and files used in my article which briefly covers XML Validation in Perl 5 using XML::LibXML modules.

To Install

git clone https://github.com/kirklewis/perl5-xml-validation.git
cd perl5-xml-validation
cpanm -L local --installdeps .

NB: You can also create perlbrew lib and install your modules there instead.

Run Tests

The test files are located in the t/ directory.

prove -Ilocal/lib/perl5 -v t/

Copyright (c) 2020 Kirk Lewis

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Perl 5 XML Validation with DTD and XSD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages