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

index d8bbdc3..300020b 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
 # 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