Use generic filenames in the Gramps-diff example.
[blog.git] / posts / XSLT.mdwn
index 03b47317078701d48f77651261a56f8d99e88a67..0ba89e9d068f9c2bd388cd312a730fb62d2d8090 100644 (file)
@@ -48,8 +48,8 @@ With the above saved as `sort-by-id.xsl`, you can sort `some.xml` using
 
 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