<div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I'm trying to traverse a well-formed files without a dtd.&nbsp;&nbsp;I'm not validating any files.&nbsp; I have it explicitly turned off.&nbsp; Files&nbsp;between 10k and 10M go through without any problems.&nbsp; However once the file becomes 20M I'm getting this exception&nbsp;from exactly the same code that&nbsp;reads smaller files without any problems:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;parser = new SAXBuilder();<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;document = parser.build("file.xml"); <o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY:
 Arial">String:org.jdom.input.JDOMParseException: Error on line 1 of document <A href="file:///C:/samples/file.xml">file:///C:/samples/file.xml</A>: cvc-elt.1: Cannot find the declaration of element 'astg'.<BR>Message:Error on line 1 of document <A href="file:///C:/samples/file.xml">file:///C:/samples/file.xml</A>: cvc-elt.1: Cannot find the declaration of element 'astg'.<BR>Java Result: 1<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">File file.xml is just well formed file with a root tag astg and structure that looks exactly like this:</SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN>&nbsp;</div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&lt;astg&gt;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;element1/&gt;
 &lt;element2/&gt; ......<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&lt;/astg&gt;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><BR>&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">If I add a DOCTYPE statement and a dummy dtd the file goes right through.&nbsp; <o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&lt;?xml version="1.0" encoding="UTF-8"?&gt;<BR>&lt;!DOCTYPE astg SYSTEM "vlr.dtd" [<BR>]&gt;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&lt;astg&gt;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;element1/&gt; &lt;element2/&gt; ......<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY:
 Arial">&lt;/astg&gt;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">astg.dtd<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&lt;?aptxml version="1.0" encoding="utf-8"?&gt;<BR>&lt;!ELEMENT astg (#PCDATA)&gt;<o:p></o:p></SPAN></div>  <div class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p><STRONG><FONT face="Times New Roman" size=3>&nbsp;</FONT></STRONG></o:p></div>  <div class=MsoNormal style="MARGIN: 0in 0in 0pt"><STRONG><FONT face="Times New Roman" size=3>Do you guys have any idea what is possible cause of the exception?</FONT></STRONG></div>  <div class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p><STRONG><FONT face="Times New Roman" size=3>&nbsp;</FONT></STRONG></o:p></div>  <div class=MsoNormal style="MARGIN: 0in 0in 0pt"><STRONG><FONT face="Times New Roman" size=3>Regards,</FONT></STRONG></div>  <div class=MsoNormal
 style="MARGIN: 0in 0in 0pt"><STRONG><FONT size=3><FONT face="Times New Roman">DV<o:p></o:p></FONT></FONT></STRONG></div>  <div>&nbsp;</div><p>&#32;
        
                <hr size=1>Sneak preview the <a href="http://us.rd.yahoo.com/evt=40762/*http://www.yahoo.com/preview"> all-new Yahoo.com</a>. It's not radically different. Just radically better.