Link to home
Start Free TrialLog in
Avatar of mweiler
mweiler

asked on

Validating XML against DTD with Perl???

I have a program that generates XML files and I want
to do some automated testing.

Ideally, I'd like to use perl to validate the XML files created
against a DTD.

Is there any perl module that can do this easily??

note:

I am aware of XML::Parser module from CPAN, however
this can not validate XML against a DTD (its built
on top of a non-validating parser (expat).
ASKER CERTIFIED SOLUTION
Avatar of s_franklin
s_franklin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial