Tag
Hash :
d541c8f8
Author :
Date :
2005-07-31T16:49:51
report improvement more tests Daniel * schematron.c: report improvement * test/schematron/zvon* result/schematron/zvon*: more tests Daniel
<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Test count">
<rule context="/*">
<report test="count(//BBB) = count(//AAA)">O.K.</report>
<assert test="count(//BBB) <= count(//AAA)">Some AAA are missing</assert>
<report test="count(//BBB) < count(//AAA)">Some BBB are missing</report>
</rule>
</pattern>
</schema>