Document all the elements, plus the attributes of heading.
[pspp] / parse-all-xml
index a91f68eab6a4e95ca8f1e85b9d3d0c7146ca9654..dbd71d596b234473a0bc1acd6efd6fea019aa692 100755 (executable)
@@ -13,10 +13,10 @@ done | sort | uniq -c | sort -rn
 
 printf '\nAttributes:\n'
 for d in $lightTables; do
-    ./parse-xml $d attributes
+    ./parse-xml $d attr:lockReader
 done | sort | uniq -c | sort -rn
 
-printf '\nLabels:\n'
-for d in $lightTables; do
-    ./parse-xml $d labels
-done | sort | uniq -c | sort -rn
+#printf '\nLabels:\n'
+#for d in $lightTables; do
+#    ./parse-xml $d labels
+#done | sort | uniq -c | sort -rn