parsing 1000000 xml document with DOCTYPE



I Have one million xml that i cant parse because they have doctype so my program have a lot of error.I dont know what should i do? Thanks for your help may xml file is like this:



<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE WEBIR SYSTEM "webir.dtd">
<school>
<student id="1">
<firstname>ankush</firstname>
<lastname>thakur</lastname>
<email>beingjavaguy.gmail.com</email>
<phone>7678767656</phone>
</student>

No comments:

Post a Comment