Use generic filenames in the Gramps-diff example.
authorW. Trevor King <wking@drexel.edu>
Fri, 1 Jul 2011 18:51:07 +0000 (14:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 1 Jul 2011 18:51:07 +0000 (14:51 -0400)
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