Ravi Malghan wrote: > Hi: I have a bunch of xml files defined against a DTD. > I want to parse them. I googled for perl XML reader > modules and found lots of them. Anybody have used > specific ones and have recommendations?
Note that "parsing" is different from "validating". Not all parsers can do validation. If you're not committed to any particular library, I would recommend using the XML::LibXML family. This provides broad functionality, including validation. Also, be sure to read http://perl-xml.sourceforge.net/faq/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
