Is it possible with PHP to parse a XML document using a DTD? Just to see if it is a valid XML document?
If you don't understand what I want to do I will try to simplyfy my question.
What I want to do is to enter a XML file and a DTD and check wether the XML document is valid.