testing bzr
authorBill Erickson <erickson@esilibrary.com>
Thu, 28 Aug 2008 22:10:26 +0000 (22:10 +0000)
committerBill Erickson <erickson@esilibrary.com>
Thu, 28 Aug 2008 22:10:26 +0000 (22:10 +0000)
notes.txt

index 300020b..0bd0a2c 100644 (file)
--- a/notes.txt
+++ b/notes.txt
@@ -1,5 +1,5 @@
 # One-linerize an XML (so that it can be split with 'split -l', for example)
 perl -e 'my $line="";while(<>){chomp;$line.=$_;if($_ eq "</record>"){$line=~s/>\s+</></go;print("$line\n");$line="";}}'
-# test
+# test 234
 # Fix attribute values of \" that fall inside of \"'s.
 for i in a b c; do sed 's/"""/" "/g' < pines-marca$i > pines-marca$i.xml; done