[XML-SIG] [ Newbie ] Parsing XML with an external DTD

Christophe Pr関ost cprevost@grouperf.com
Mon, 5 Nov 2001 16:26:54 -0000


Hi everybody !

I want to parse an xml document
<?xml version='1.0' encoding='ISO-8859-1' standalone="yes"?>
<MONDOC>
    <MONDATA>Blah blah</MONDATA>
</MONDOC>

With a dtd... How can i do that without writing the dtd link into the
document ?

Can i set the DTD to use to the validating parser ?

Thanks!

PS: using PyXML 0.6 on Python 2.1