PERL BEGINNERS 16 XML DOCUMENT DTD VALIDATOR
Subject: XML Document - DTD Validator
Date: 08 Aug 2003 10:16:42 +1000

From: simran.list@no-spam (Simran)

Hi All,
Does anyone know of a good perl module through which i can validate XML against a given DTD.
Aka, i want to be able to give a perl function/method some XML data and the DTD file location and want it to return if the XML data is valid according to the DTD.
simran.


Subject: Re: XML Document - DTD Validator
Date: Sat, 09 Aug 2003 15:33:26 +0200












From: bigj@no-spam (Janek Schleicher)
Simran wrote at Fri, 08 Aug 2003 10:16:42 +1000:

> Does anyone know of a good perl module through which i can validate XML > against a given DTD. > > Aka, i want to be able to give a perl function/method some XML data and > the DTD file location and want it to return if the XML data is valid > according to the DTD.
What about the standard modules for XML stuff, like:

XML::Parser XML::LibXML XML::Checker XML::Simple XML::Xerces ...

Greetings,
Janek