Dear list,<div><br></div><div>I was wandering if there is some available work done in generating XML files diff, obviously in Erlang but this is a broader question.</div><div><br></div><div>so, for instance, given these two files:</div>
<div><br></div><div><root></div><div>   <entries></div><div><div>      <entry>1</entry></div></div><div><div>      <entry>2</entry></div></div><div><div>   <entries></div><div><div>
<root></div></div><div><br></div><div>and</div><div><br></div><div><div><root></div><div>   <entries></div><div><div>      <entry>1</entry></div></div><div><div>      <entry>3</entry></div>
</div><div><div>   <entries></div><div><div><root></div></div></div></div><div><br></div><div>I'd like to be able to generate some kind of diff file stating that entry with value 2 got removed and entry with value 3 added.</div>
<div><br></div><div>I do realize this is a generic questions but I'd like to hear any thoughts that you might have.</div><div><br></div><div>Thank you,</div><div><br></div><div>r.</div><div></div></div>