summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schematron
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schematron')
-rw-r--r--libxml2/test/schematron/zvon1.sct23
-rw-r--r--libxml2/test/schematron/zvon10.sct15
-rw-r--r--libxml2/test/schematron/zvon10_0.xml3
-rw-r--r--libxml2/test/schematron/zvon10_1.xml4
-rw-r--r--libxml2/test/schematron/zvon11.sct8
-rw-r--r--libxml2/test/schematron/zvon11_0.xml3
-rw-r--r--libxml2/test/schematron/zvon11_1.xml3
-rw-r--r--libxml2/test/schematron/zvon11_2.xml3
-rw-r--r--libxml2/test/schematron/zvon11_3.xml3
-rw-r--r--libxml2/test/schematron/zvon12.sct8
-rw-r--r--libxml2/test/schematron/zvon12_0.xml3
-rw-r--r--libxml2/test/schematron/zvon12_1.xml3
-rw-r--r--libxml2/test/schematron/zvon12_2.xml3
-rw-r--r--libxml2/test/schematron/zvon13.sct7
-rw-r--r--libxml2/test/schematron/zvon13_0.xml6
-rw-r--r--libxml2/test/schematron/zvon13_1.xml5
-rw-r--r--libxml2/test/schematron/zvon13_2.xml5
-rw-r--r--libxml2/test/schematron/zvon14.sct10
-rw-r--r--libxml2/test/schematron/zvon14_0.xml12
-rw-r--r--libxml2/test/schematron/zvon15.sct11
-rw-r--r--libxml2/test/schematron/zvon15_0.xml4
-rw-r--r--libxml2/test/schematron/zvon1_0.xml3
-rw-r--r--libxml2/test/schematron/zvon1_1.xml3
-rw-r--r--libxml2/test/schematron/zvon2.sct9
-rw-r--r--libxml2/test/schematron/zvon2_0.xml4
-rw-r--r--libxml2/test/schematron/zvon2_1.xml4
-rw-r--r--libxml2/test/schematron/zvon2_2.xml5
-rw-r--r--libxml2/test/schematron/zvon3.sct8
-rw-r--r--libxml2/test/schematron/zvon3_0.xml8
-rw-r--r--libxml2/test/schematron/zvon4.sct10
-rw-r--r--libxml2/test/schematron/zvon4_0.xml6
-rw-r--r--libxml2/test/schematron/zvon4_1.xml6
-rw-r--r--libxml2/test/schematron/zvon5.sct12
-rw-r--r--libxml2/test/schematron/zvon5_0.xml5
-rw-r--r--libxml2/test/schematron/zvon5_1.xml5
-rw-r--r--libxml2/test/schematron/zvon5_2.xml7
-rw-r--r--libxml2/test/schematron/zvon6.sct8
-rw-r--r--libxml2/test/schematron/zvon6_0.xml3
-rw-r--r--libxml2/test/schematron/zvon6_1.xml3
-rw-r--r--libxml2/test/schematron/zvon6_2.xml3
-rw-r--r--libxml2/test/schematron/zvon7.sct9
-rw-r--r--libxml2/test/schematron/zvon7_0.xml3
-rw-r--r--libxml2/test/schematron/zvon7_1.xml3
-rw-r--r--libxml2/test/schematron/zvon7_2.xml3
-rw-r--r--libxml2/test/schematron/zvon7_3.xml3
-rw-r--r--libxml2/test/schematron/zvon7_4.xml3
-rw-r--r--libxml2/test/schematron/zvon8.sct10
-rw-r--r--libxml2/test/schematron/zvon8_0.xml8
-rw-r--r--libxml2/test/schematron/zvon8_1.xml7
-rw-r--r--libxml2/test/schematron/zvon8_2.xml7
-rw-r--r--libxml2/test/schematron/zvon9.sct9
-rw-r--r--libxml2/test/schematron/zvon9_0.xml7
-rw-r--r--libxml2/test/schematron/zvon9_1.xml7
-rw-r--r--libxml2/test/schematron/zvon9_2.xml7
54 files changed, 0 insertions, 340 deletions
diff --git a/libxml2/test/schematron/zvon1.sct b/libxml2/test/schematron/zvon1.sct
deleted file mode 100644
index 36179dd..0000000
--- a/libxml2/test/schematron/zvon1.sct
+++ /dev/null
@@ -1,23 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Print both cases">
- <rule context="AAA">
- <assert test="BBB">BBB element is missing.</assert>
- <report test="BBB">BBB element is present.</report>
- <assert test="@name">AAA misses attribute name.</assert>
- <report test="@name">AAA contains attribute name.</report>
- </rule>
- </pattern>
- <pattern name="Print positive result only">
- <rule context="AAA">
- <report test="BBB">BBB element is present.</report>
- <report test="@name">AAA contains attribute name.</report>
- </rule>
- </pattern>
- <pattern name="Print negative result only">
- <rule context="AAA">
- <assert test="BBB">BBB element is missing.</assert>
- <assert test="@name">AAA misses attribute name.</assert>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon10.sct b/libxml2/test/schematron/zvon10.sct
deleted file mode 100644
index 783fac5..0000000
--- a/libxml2/test/schematron/zvon10.sct
+++ /dev/null
@@ -1,15 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Open model">
- <rule context="AAA">
- <assert test="BBB"> BBB element is not present</assert>
- <assert test="CCC"> CCC element is not present</assert>
- </rule>
- </pattern>
- <pattern name="Closed model">
- <rule context="AAA">
- <assert test="BBB"> BBB element is not present</assert>
- <assert test="CCC"> CCC element is not present</assert>
- <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon10_0.xml b/libxml2/test/schematron/zvon10_0.xml
deleted file mode 100644
index d3ac388..0000000
--- a/libxml2/test/schematron/zvon10_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon10_1.xml b/libxml2/test/schematron/zvon10_1.xml
deleted file mode 100644
index ba9bdca..0000000
--- a/libxml2/test/schematron/zvon10_1.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<AAA>
- <BBB/>
- <DDD/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon11.sct b/libxml2/test/schematron/zvon11.sct
deleted file mode 100644
index 79b01fd..0000000
--- a/libxml2/test/schematron/zvon11.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Attributes present">
- <rule context="BBB">
- <assert test="not(@aaa) or (@aaa and @bbb)">The element must not have an isolated aaa attribute</assert>
- <assert test="not(@bbb) or (@aaa and @bbb)">The element must not have an isolated bbb attribute</assert>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon11_0.xml b/libxml2/test/schematron/zvon11_0.xml
deleted file mode 100644
index f065eed..0000000
--- a/libxml2/test/schematron/zvon11_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB aaa="A" bbb="B"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon11_1.xml b/libxml2/test/schematron/zvon11_1.xml
deleted file mode 100644
index c889933..0000000
--- a/libxml2/test/schematron/zvon11_1.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB bbb="B"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon11_2.xml b/libxml2/test/schematron/zvon11_2.xml
deleted file mode 100644
index 26e1221..0000000
--- a/libxml2/test/schematron/zvon11_2.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB aaa="A"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon11_3.xml b/libxml2/test/schematron/zvon11_3.xml
deleted file mode 100644
index d3ac388..0000000
--- a/libxml2/test/schematron/zvon11_3.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon12.sct b/libxml2/test/schematron/zvon12.sct
deleted file mode 100644
index 049b125..0000000
--- a/libxml2/test/schematron/zvon12.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Number of characters in an abbreviation">
- <rule context="BBB">
- <report test="string-length(@bbb) &lt; 2">There is not enough letters in the abbreviation</report>
- <report test="string-length(@bbb) > 3">There is too much letters in the abbreviation</report>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon12_0.xml b/libxml2/test/schematron/zvon12_0.xml
deleted file mode 100644
index d5f28d5..0000000
--- a/libxml2/test/schematron/zvon12_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB bbb="C"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon12_1.xml b/libxml2/test/schematron/zvon12_1.xml
deleted file mode 100644
index 3507f6b..0000000
--- a/libxml2/test/schematron/zvon12_1.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB bbb="CZ"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon12_2.xml b/libxml2/test/schematron/zvon12_2.xml
deleted file mode 100644
index e0d81af..0000000
--- a/libxml2/test/schematron/zvon12_2.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB bbb="CZCZ"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon13.sct b/libxml2/test/schematron/zvon13.sct
deleted file mode 100644
index cd433e0..0000000
--- a/libxml2/test/schematron/zvon13.sct
+++ /dev/null
@@ -1,7 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Sum equals 100%.">
- <rule context="Total">
- <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon13_0.xml b/libxml2/test/schematron/zvon13_0.xml
deleted file mode 100644
index 52619c3..0000000
--- a/libxml2/test/schematron/zvon13_0.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<Total>
- <Percent>20</Percent>
- <Percent>30</Percent>
- <Percent>10</Percent>
- <Percent>50</Percent>
-</Total>
diff --git a/libxml2/test/schematron/zvon13_1.xml b/libxml2/test/schematron/zvon13_1.xml
deleted file mode 100644
index 8fb7368..0000000
--- a/libxml2/test/schematron/zvon13_1.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<Total>
- <Percent>20</Percent>
- <Percent>10</Percent>
- <Percent>50</Percent>
-</Total>
diff --git a/libxml2/test/schematron/zvon13_2.xml b/libxml2/test/schematron/zvon13_2.xml
deleted file mode 100644
index af4d76a..0000000
--- a/libxml2/test/schematron/zvon13_2.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<Total>
- <Percent>20</Percent>
- <Percent>30</Percent>
- <Percent>50</Percent>
-</Total>
diff --git a/libxml2/test/schematron/zvon14.sct b/libxml2/test/schematron/zvon14.sct
deleted file mode 100644
index f98b6d8..0000000
--- a/libxml2/test/schematron/zvon14.sct
+++ /dev/null
@@ -1,10 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="a child of selected elements">
- <rule context="CCC">
- <assert test="parent::*[name()='BBB' or name()='DDD']">Element CCC must not be a child of element
- <name path="parent::*"/>
- </assert>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon14_0.xml b/libxml2/test/schematron/zvon14_0.xml
deleted file mode 100644
index b627043..0000000
--- a/libxml2/test/schematron/zvon14_0.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<AAA>
- <BBB>
- <CCC/>
- </BBB>
- <CCC/>
- <DDD>
- <CCC/>
- <EEE>
- <CCC/>
- </EEE>
- </DDD>
-</AAA>
diff --git a/libxml2/test/schematron/zvon15.sct b/libxml2/test/schematron/zvon15.sct
deleted file mode 100644
index 7da5d86..0000000
--- a/libxml2/test/schematron/zvon15.sct
+++ /dev/null
@@ -1,11 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="id is the only permited attribute name">
- <rule context="*">
- <report test="@*[not(name()='id')]">Attribute
- <name path="@*[not(name()='id')]"/> is forbidden in element
- <name/>
- </report>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon15_0.xml b/libxml2/test/schematron/zvon15_0.xml
deleted file mode 100644
index 390aedb..0000000
--- a/libxml2/test/schematron/zvon15_0.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<AAA name="aaa">
-<BBB id="bbb"/>
-<CCC color="ccc"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon1_0.xml b/libxml2/test/schematron/zvon1_0.xml
deleted file mode 100644
index d3ac388..0000000
--- a/libxml2/test/schematron/zvon1_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <BBB/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon1_1.xml b/libxml2/test/schematron/zvon1_1.xml
deleted file mode 100644
index 861c90a..0000000
--- a/libxml2/test/schematron/zvon1_1.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- <CCC/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon2.sct b/libxml2/test/schematron/zvon2.sct
deleted file mode 100644
index 56974a0..0000000
--- a/libxml2/test/schematron/zvon2.sct
+++ /dev/null
@@ -1,9 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Character @ forbidden">
- <rule context="*">
- <report test="contains(.,'@')">Text in element
- <name/> must not contain character @
- </report>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon2_0.xml b/libxml2/test/schematron/zvon2_0.xml
deleted file mode 100644
index 832c507..0000000
--- a/libxml2/test/schematron/zvon2_0.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<AAA>
- <BBB>bbbb</BBB>
- <CCC>cccc</CCC>
-</AAA>
diff --git a/libxml2/test/schematron/zvon2_1.xml b/libxml2/test/schematron/zvon2_1.xml
deleted file mode 100644
index 6ade195..0000000
--- a/libxml2/test/schematron/zvon2_1.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<AAA>
- <BBB>bbbb@bbb.com</BBB>
- <CCC>ccc@ccc.com</CCC>
-</AAA>
diff --git a/libxml2/test/schematron/zvon2_2.xml b/libxml2/test/schematron/zvon2_2.xml
deleted file mode 100644
index 812d44a..0000000
--- a/libxml2/test/schematron/zvon2_2.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<AAA>
- <BBB>bbbb</BBB>
- <CCC>cccc</CCC>
- aaa@aaa.net
-</AAA>
diff --git a/libxml2/test/schematron/zvon3.sct b/libxml2/test/schematron/zvon3.sct
deleted file mode 100644
index f75b67b..0000000
--- a/libxml2/test/schematron/zvon3.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Attribute test">
- <rule context="CCC">
- <assert test="@name">attribute name is not present</assert>
- <report test="@name">attribute name is present</report>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon3_0.xml b/libxml2/test/schematron/zvon3_0.xml
deleted file mode 100644
index ec8dc43..0000000
--- a/libxml2/test/schematron/zvon3_0.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<AAA>
- <BBB>
- <CCC/>
- <CCC/>
- </BBB>
- <CCC name="c1"/>
- <CCC name="c2"/>
-</AAA>
diff --git a/libxml2/test/schematron/zvon4.sct b/libxml2/test/schematron/zvon4.sct
deleted file mode 100644
index 0b8a4e1..0000000
--- a/libxml2/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>
diff --git a/libxml2/test/schematron/zvon4_0.xml b/libxml2/test/schematron/zvon4_0.xml
deleted file mode 100644
index 4ba332e..0000000
--- a/libxml2/test/schematron/zvon4_0.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<AAA>
- <BBB>
- <CCC/>
- <CCC/>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon4_1.xml b/libxml2/test/schematron/zvon4_1.xml
deleted file mode 100644
index 5becbcf..0000000
--- a/libxml2/test/schematron/zvon4_1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<XXX>
- <BBB>
- <CCC/>
- <CCC/>
- </BBB>
-</XXX>
diff --git a/libxml2/test/schematron/zvon5.sct b/libxml2/test/schematron/zvon5.sct
deleted file mode 100644
index 36cb8bb..0000000
--- a/libxml2/test/schematron/zvon5.sct
+++ /dev/null
@@ -1,12 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Select empty elements CCC">
- <rule context="CCC">
- <assert test="normalize-space(.) and *">Source contains an empty element CCC </assert>
- <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
- <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
- <report test="not(*)">[1]An element CCC does not contain any child element</report>
- <assert test="*">[2]An element CCC does not contain any child element</assert>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon5_0.xml b/libxml2/test/schematron/zvon5_0.xml
deleted file mode 100644
index dc7c36b..0000000
--- a/libxml2/test/schematron/zvon5_0.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<AAA>
- <BBB>
- <CCC/>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon5_1.xml b/libxml2/test/schematron/zvon5_1.xml
deleted file mode 100644
index 6915fa6..0000000
--- a/libxml2/test/schematron/zvon5_1.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<AAA>
- <BBB>
- <CCC>I am CCC element</CCC>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon5_2.xml b/libxml2/test/schematron/zvon5_2.xml
deleted file mode 100644
index 2a11400..0000000
--- a/libxml2/test/schematron/zvon5_2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<AAA>
- <BBB>
- <CCC>
- <DDD/>
- </CCC>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon6.sct b/libxml2/test/schematron/zvon6.sct
deleted file mode 100644
index 678ae58..0000000
--- a/libxml2/test/schematron/zvon6.sct
+++ /dev/null
@@ -1,8 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Predefined values">
- <rule context="AAA">
- <report test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">O.K.</report>
- <assert test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">The AAA value is not permitted.</assert>
- </rule>
- </pattern>
-</schema>
diff --git a/libxml2/test/schematron/zvon6_0.xml b/libxml2/test/schematron/zvon6_0.xml
deleted file mode 100644
index a3efb70..0000000
--- a/libxml2/test/schematron/zvon6_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
-aaa
-</AAA>
diff --git a/libxml2/test/schematron/zvon6_1.xml b/libxml2/test/schematron/zvon6_1.xml
deleted file mode 100644
index 7d7daf8..0000000
--- a/libxml2/test/schematron/zvon6_1.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- bbb
-</AAA>
diff --git a/libxml2/test/schematron/zvon6_2.xml b/libxml2/test/schematron/zvon6_2.xml
deleted file mode 100644
index 555f24d..0000000
--- a/libxml2/test/schematron/zvon6_2.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- ccc
-</AAA>
diff --git a/libxml2/test/schematron/zvon7.sct b/libxml2/test/schematron/zvon7.sct
deleted file mode 100644
index a22a89e..0000000
--- a/libxml2/test/schematron/zvon7.sct
+++ /dev/null
@@ -1,9 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Test integer">
- <rule context="AAA">
- <report test="floor(.) = number(.)">O.K.</report>
- <assert test="floor(.) = number(.)">The AAA value is not an integer.</assert>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon7_0.xml b/libxml2/test/schematron/zvon7_0.xml
deleted file mode 100644
index a3efb70..0000000
--- a/libxml2/test/schematron/zvon7_0.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
-aaa
-</AAA>
diff --git a/libxml2/test/schematron/zvon7_1.xml b/libxml2/test/schematron/zvon7_1.xml
deleted file mode 100644
index 8da0ae5..0000000
--- a/libxml2/test/schematron/zvon7_1.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
- 12.234
-</AAA>
diff --git a/libxml2/test/schematron/zvon7_2.xml b/libxml2/test/schematron/zvon7_2.xml
deleted file mode 100644
index e27cfe7..0000000
--- a/libxml2/test/schematron/zvon7_2.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
-45
-</AAA>
diff --git a/libxml2/test/schematron/zvon7_3.xml b/libxml2/test/schematron/zvon7_3.xml
deleted file mode 100644
index c17295a..0000000
--- a/libxml2/test/schematron/zvon7_3.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
-0
-</AAA>
diff --git a/libxml2/test/schematron/zvon7_4.xml b/libxml2/test/schematron/zvon7_4.xml
deleted file mode 100644
index 4f34fbe..0000000
--- a/libxml2/test/schematron/zvon7_4.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<AAA>
--45
-</AAA>
diff --git a/libxml2/test/schematron/zvon8.sct b/libxml2/test/schematron/zvon8.sct
deleted file mode 100644
index 5641ecd..0000000
--- a/libxml2/test/schematron/zvon8.sct
+++ /dev/null
@@ -1,10 +0,0 @@
-<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) &lt;= count(//AAA)">Some AAA are missing</assert>
- <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon8_0.xml b/libxml2/test/schematron/zvon8_0.xml
deleted file mode 100644
index b6739bb..0000000
--- a/libxml2/test/schematron/zvon8_0.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<XXX>
- <BBB/>
- <BBB/>
- <AAA/>
- <BBB/>
- <AAA/>
- <AAA/>
-</XXX>
diff --git a/libxml2/test/schematron/zvon8_1.xml b/libxml2/test/schematron/zvon8_1.xml
deleted file mode 100644
index 196dbe2..0000000
--- a/libxml2/test/schematron/zvon8_1.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<XXX>
- <BBB/>
- <AAA/>
- <BBB/>
- <AAA/>
- <AAA/>
-</XXX>
diff --git a/libxml2/test/schematron/zvon8_2.xml b/libxml2/test/schematron/zvon8_2.xml
deleted file mode 100644
index f85de82..0000000
--- a/libxml2/test/schematron/zvon8_2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<XXX>
- <BBB/>
- <BBB/>
- <AAA/>
- <BBB/>
- <AAA/>
-</XXX>
diff --git a/libxml2/test/schematron/zvon9.sct b/libxml2/test/schematron/zvon9.sct
deleted file mode 100644
index 6f67877..0000000
--- a/libxml2/test/schematron/zvon9.sct
+++ /dev/null
@@ -1,9 +0,0 @@
-<schema xmlns="http://www.ascc.net/xml/schematron" >
- <pattern name="Test attribute">
- <rule context="CCC">
- <report test="parent::BBB and not(@id)">Attribute id is missing</report>
- <report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
- </rule>
- </pattern>
-</schema>
-
diff --git a/libxml2/test/schematron/zvon9_0.xml b/libxml2/test/schematron/zvon9_0.xml
deleted file mode 100644
index d871519..0000000
--- a/libxml2/test/schematron/zvon9_0.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<AAA>
- <CCC/>
- <CCC/>
- <BBB>
- <CCC id="Q1"/>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon9_1.xml b/libxml2/test/schematron/zvon9_1.xml
deleted file mode 100644
index 5c1c1bf..0000000
--- a/libxml2/test/schematron/zvon9_1.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<AAA>
- <CCC id="Q2"/>
- <CCC/>
- <BBB>
- <CCC id="Q1"/>
- </BBB>
-</AAA>
diff --git a/libxml2/test/schematron/zvon9_2.xml b/libxml2/test/schematron/zvon9_2.xml
deleted file mode 100644
index 7e09fab..0000000
--- a/libxml2/test/schematron/zvon9_2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<AAA>
- <CCC/>
- <CCC/>
- <BBB>
- <CCC/>
- </BBB>
-</AAA>