[erlang-questions] XML diff

Roberto Ostinelli roberto@REDACTED
Tue Jan 31 22:45:02 CET 2012


Dear list,

I was wandering if there is some available work done in generating XML
files diff, obviously in Erlang but this is a broader question.

so, for instance, given these two files:

<root>
   <entries>
      <entry>1</entry>
      <entry>2</entry>
   <entries>
<root>

and

<root>
   <entries>
      <entry>1</entry>
      <entry>3</entry>
   <entries>
<root>

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.

I do realize this is a generic questions but I'd like to hear any thoughts
that you might have.

Thank you,

r.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120131/c1078b7e/attachment.htm>


More information about the erlang-questions mailing list