Hi people
i have to compare two XML trees to detect inserted, deleted and updated. After a quick googling i came upon some papers on the web, like http://www.cs.wisc.edu/~yuanwang/research/xdiff.pdf which is quite close to what i aim.
Time is not a dominant constraint (xml docs are <100ko), but i must detect all changes. I'm already using dom4j in my application.
So as i am not a XML guru(far from it actually), i'm open to all code snippet, advice, url or article that you might point to me.
regards
Nicolas