You can compare two [[Gramps]] XML files with
- $ diff -u <(zcat wtk_2011-06-30b.gramps | xsltproc --nonet --novalid sort-by-id.xsl -)
- <(zcat wtk_2011-06-30d.gramps | xsltproc --nonet --novalid sort-by-id.xsl -) | less
+ $ diff -u <(zcat a.gramps | xsltproc --nonet --novalid sort-by-id.xsl -)
+ <(zcat b.gramps | xsltproc --nonet --novalid sort-by-id.xsl -) | less
Jesper Tverskov has a nice page about [the identity template and
related tricks][identity] if you want more examples of quasi-copy