relpipe-data/examples/ssm-xmltable-1.makefile
branchv_0
changeset 272 a756214f1ee8
parent 271 a19312ab9db7
child 326 ab7f333f1225
--- 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: