plz help me!parsing xml with dtd using dom.
843834Jul 17 2001 — edited Jul 17 2001i have to check a validity of xml ,so i have a dtd.i have to parse a xml with dtd using dom.xml comes from client.if any one knows give me the code.
for eg
<?xml version="1.0" ?>
<address>
<name>xxx</name>
<location>xxx</location>
</address>
suppose if i got this xml from web how to check the validity with dtd and where to mention dtd path