Work on parsing the XML heading files.
[pspp] / parse-all-xml
diff --git a/parse-all-xml b/parse-all-xml
new file mode 100755 (executable)
index 0000000..98a4258
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+for d in `ls -1 unzipped/*/*.xml |grep -vE 'notes|table|warning|chart|model'`
+do
+    ./parse-xml $d
+done | sort -u