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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]