I optimized my code like you said and it&#39;s much faster like predicted. (Thank you for the remark!)<br /><br />But.... jdom 1.1 remains slower.<br />for the 25 MB xml-file&nbsp; 4 seconds with jdom 1.0 and 5 seconds with jdom 1.1 <br />for the 73 MB xml-file 12 seconds&nbsp;with jdom 1.0 and&nbsp;17 seconds with jdom 1.1 <br /><br />Of course because of the optimalization from n&sup2; to n, the difference in time is also much smaller. It would be strange if suddenly the difference in time was disappeared. Because the changes I did had nothing to do with jdom itself.<br />I think my reasoning is logic or am I wrong somewhere?<br />