aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-31 14:05:18 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-31 14:05:18 +0000
commit5fe95a8fd95bdc8de8c33fc87f190ae4764b2c64 (patch)
tree77236e0050d838cbb20cf5c09163b98eef5767a2 /result
parenteaecb3eab2bbdcbb8827989ff48c6dcafd0ae2d9 (diff)
downloadandroid_external_libxml2-5fe95a8fd95bdc8de8c33fc87f190ae4764b2c64.tar.gz
android_external_libxml2-5fe95a8fd95bdc8de8c33fc87f190ae4764b2c64.tar.bz2
android_external_libxml2-5fe95a8fd95bdc8de8c33fc87f190ae4764b2c64.zip
applied patch from Rob Richards to add schematron to the build on Windows
* win32/Makefile.msvc win32/configure.js: applied patch from Rob Richards to add schematron to the build on Windows * test/schematron/zvon3* result/schematron/zvon3*: second test * test/schematron/zvon10* result/schematron/zvon10*: this is the real second test 10 and 2 are swapped. Daniel
Diffstat (limited to 'result')
-rw-r--r--result/schematron/zvon10_04
-rw-r--r--result/schematron/zvon10_0.err5
-rw-r--r--result/schematron/zvon10_15
-rw-r--r--result/schematron/zvon10_1.err6
-rw-r--r--result/schematron/zvon3_09
-rw-r--r--result/schematron/zvon3_0.err6
6 files changed, 35 insertions, 0 deletions
diff --git a/result/schematron/zvon10_0 b/result/schematron/zvon10_0
new file mode 100644
index 00000000..9aae4b1e
--- /dev/null
+++ b/result/schematron/zvon10_0
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<AAA>
+ <BBB/>
+</AAA>
diff --git a/result/schematron/zvon10_0.err b/result/schematron/zvon10_0.err
new file mode 100644
index 00000000..524ecd89
--- /dev/null
+++ b/result/schematron/zvon10_0.err
@@ -0,0 +1,5 @@
+Pattern: Open model
+/AAA line 1: CCC element is not present
+Pattern: Closed model
+/AAA line 1: CCC element is not present
+./test/schematron/zvon10_0.xml fails to validate
diff --git a/result/schematron/zvon10_1 b/result/schematron/zvon10_1
new file mode 100644
index 00000000..d82353ae
--- /dev/null
+++ b/result/schematron/zvon10_1
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<AAA>
+ <BBB/>
+ <DDD/>
+</AAA>
diff --git a/result/schematron/zvon10_1.err b/result/schematron/zvon10_1.err
new file mode 100644
index 00000000..9bc361c3
--- /dev/null
+++ b/result/schematron/zvon10_1.err
@@ -0,0 +1,6 @@
+Pattern: Open model
+/AAA line 1: CCC element is not present
+Pattern: Closed model
+/AAA line 1: CCC element is not present
+/AAA line 1: There is an extra element
+./test/schematron/zvon10_1.xml fails to validate
diff --git a/result/schematron/zvon3_0 b/result/schematron/zvon3_0
new file mode 100644
index 00000000..a8a6ed77
--- /dev/null
+++ b/result/schematron/zvon3_0
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<AAA>
+ <BBB>
+ <CCC/>
+ <CCC/>
+ </BBB>
+ <CCC name="c1"/>
+ <CCC name="c2"/>
+</AAA>
diff --git a/result/schematron/zvon3_0.err b/result/schematron/zvon3_0.err
new file mode 100644
index 00000000..419e7291
--- /dev/null
+++ b/result/schematron/zvon3_0.err
@@ -0,0 +1,6 @@
+Pattern: Attribute test
+/AAA/BBB/CCC[1] line 3: attribute name is not present
+/AAA/BBB/CCC[2] line 4: attribute name is not present
+/AAA/CCC[1] line 6: attribute name is present
+/AAA/CCC[2] line 7: attribute name is present
+./test/schematron/zvon3_0.xml fails to validate