diff options
Diffstat (limited to 'test/schematron/zvon4.sct')
-rw-r--r-- | test/schematron/zvon4.sct | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/schematron/zvon4.sct b/test/schematron/zvon4.sct deleted file mode 100644 index 0b8a4e1..0000000 --- a/test/schematron/zvon4.sct +++ /dev/null @@ -1,10 +0,0 @@ -<schema xmlns="http://www.ascc.net/xml/schematron" > - <pattern name="Root test"> - <rule context="/*"> - <assert test="name()='AAA'">Root element is - <name/>, not AAA - </assert> - <report test="name()='AAA'">Root element is AAA</report> - </rule> - </pattern> -</schema> |