Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

plz help me!parsing xml with dtd using dom.

843834Jul 17 2001 — edited Jul 17 2001
i 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 14 2001
Added on Jul 17 2001
1 comment
80 views