Yes I use the XML::Checker to validate the XML against a DTD. I dont need to see if th XML is valid.
But i need to catch the content of some tags of the XML file. But i dont know how can i do it. Can you help me?
Thanks...
So your question seems to be 'how do I parse XML' rather than 'how do I validate XML'. In which case chromatic already gave you the answer. XML::Checker::Parser is a drop in replacement for XML::Parser so take a peek at the XML::Parser documentation.