From 22cce34629365d9238c4532dfac530f614adaaba Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 30 Jul 2005 21:28:12 +0000 Subject: a few first tests from Zvon unfortunately with the old syntax Daniel * test/schematron/*: a few first tests from Zvon unfortunately with the old syntax Daniel --- test/schematron/zvon1_0.sct | 23 +++++++++++++++++++++++ test/schematron/zvon1_0.xml | 3 +++ test/schematron/zvon1_1.xml | 3 +++ 3 files changed, 29 insertions(+) create mode 100644 test/schematron/zvon1_0.sct create mode 100644 test/schematron/zvon1_0.xml create mode 100644 test/schematron/zvon1_1.xml (limited to 'test/schematron') diff --git a/test/schematron/zvon1_0.sct b/test/schematron/zvon1_0.sct new file mode 100644 index 00000000..36179ddd --- /dev/null +++ b/test/schematron/zvon1_0.sct @@ -0,0 +1,23 @@ + + + + BBB element is missing. + BBB element is present. + AAA misses attribute name. + AAA contains attribute name. + + + + + BBB element is present. + AAA contains attribute name. + + + + + BBB element is missing. + AAA misses attribute name. + + + + diff --git a/test/schematron/zvon1_0.xml b/test/schematron/zvon1_0.xml new file mode 100644 index 00000000..d3ac3884 --- /dev/null +++ b/test/schematron/zvon1_0.xml @@ -0,0 +1,3 @@ + + + diff --git a/test/schematron/zvon1_1.xml b/test/schematron/zvon1_1.xml new file mode 100644 index 00000000..861c90ae --- /dev/null +++ b/test/schematron/zvon1_1.xml @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3