X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-xml;h=0dfd8102500184356c46daafdbdc4d2055a1e226;hb=86b334a2694bd7e55392531ddb6dc0f2eda6a063;hp=3d91d23006bbf25ed7373895b1b34884ab184e04;hpb=c5de9e3e53800a63a035b511dad9c577925867a0;p=pspp diff --git a/parse-all-xml b/parse-all-xml index 3d91d23006..0dfd810250 100755 --- a/parse-all-xml +++ b/parse-all-xml @@ -13,7 +13,7 @@ lightTables=`ls -1 unzipped/*/*.xml |grep -vE 'notes|table|warning|chart|model' printf '\nAttributes:\n' for d in $lightTables; do - ./parse-xml $d attr:type + ./parse-xml $d text done | sort | uniq -c | sort -rn #printf '\nLabels:\n'