--- a/relpipe-data/examples/ssm-xmltable-1.makefile Sun Oct 06 11:24:40 2019 +0200
+++ b/relpipe-data/examples/ssm-xmltable-1.makefile Sun Oct 06 11:49:11 2019 +0200
@@ -5,11 +5,11 @@
--namespace "m" "tag:globalcode.info,2019:sane-software/manifesto" \
--relation "chapter" \
--records "//m:chapter" \
- --attribute "name" string "m:name" \
- --attribute "requirements" integer "count(descendant::m:item[m:type='requirement'])" \
+ --attribute "name" string "m:name" \
+ --attribute "requirements" integer "count(descendant::m:item[m:type='requirement'])" \
--attribute "recommendations" integer "count(descendant::m:item[m:type='recommendation'])" \
- --attribute "informations" integer "count(descendant::m:item[m:type='information'])" \
- --attribute "items_total" integer "count(descendant::m:item)" \
+ --attribute "informations" integer "count(descendant::m:item[m:type='information'])" \
+ --attribute "items_total" integer "count(descendant::m:item)" \
> build/statistics.rp
# Prints a table with number of items in particular chapters: