<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"></HEAD><BODY><DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I would like to compare if 2 xml iinstances are identical.</DIV>
<DIV>I noticed Element.equals() implements identity comparaison.</DIV>
<DIV>Is there&nbsp;such feature in JDOM?</DIV>
<DIV>My need is to compare the whole DOM trees from  XML files generated by 
different tools</DIV>
<DIV>Especially&nbsp;I would like to ignore:</DIV>
<DIV>- tabs</DIV>
<DIV>- CR</DIV>
<DIV>-&nbsp;comments,</DIV>
<DIV>- some processing instructions,&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.&nbsp;</DIV></BODY></HTML>