<p>Hi. I need a way to reach a goal like this in python 2.3:<br>This is a informal way to said it:  </p>
<div>result = validateXmlWithDTD(XmlFilePath, DTDFilePath)</div>
<div>#where result could be True,False or some exception</div>
<div> </div>
<div>I'm not interested in a one specific sintaxis or way to do this. I try to find a  <br>simple and transparent design to validate the xml's, dynamic, with a specific   <br>DTD. The module xml.sax.handler with DTDHandler() it does not report clarity 
<br>to me. But the way, i needed optimal, because the other specifications for <br>the application that i develop.</div>
<div>If you can help me in this topic please use: <a href="mailto:pilot9280ster@gmail.com">pilot9280ster@gmail.com</a><br>For any help i'll be grateful.<br>(excuse my english, is not my native language)</div>