aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-06-29 17:07:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-06-29 17:07:01 +0000
commit485f26ff5a6521698d83628707034b62e1fc798b (patch)
tree2607bd1668c2700fa06987d61421fa89872771e4
parent01fa6156e51259229470f40619af93e915b4bc94 (diff)
downloadandroid_external_libxml2-485f26ff5a6521698d83628707034b62e1fc798b.tar.gz
android_external_libxml2-485f26ff5a6521698d83628707034b62e1fc798b.tar.bz2
android_external_libxml2-485f26ff5a6521698d83628707034b62e1fc798b.zip
Added missing file, corrected output, Daniel
-rw-r--r--result/schemas/bug143951_0_01
-rw-r--r--result/schemas/bug143951_0_0.err3
-rw-r--r--test/schemas/bug143951.imp12
3 files changed, 13 insertions, 3 deletions
diff --git a/result/schemas/bug143951_0_0 b/result/schemas/bug143951_0_0
index e69de29b..2d0e3e72 100644
--- a/result/schemas/bug143951_0_0
+++ b/result/schemas/bug143951_0_0
@@ -0,0 +1 @@
+./test/schemas/bug143951_0.xml validates
diff --git a/result/schemas/bug143951_0_0.err b/result/schemas/bug143951_0_0.err
index 5f9518bb..e69de29b 100644
--- a/result/schemas/bug143951_0_0.err
+++ b/result/schemas/bug143951_0_0.err
@@ -1,3 +0,0 @@
-I/O warning : failed to load external entity "test/schemas/bug143951.imp"
-Schemas parser error : xmlSchemaParse: could not load test/schemas/bug143951.imp
-Schemas parser error : failed to import schema at location test/schemas/bug143951.imp
diff --git a/test/schemas/bug143951.imp b/test/schemas/bug143951.imp
new file mode 100644
index 00000000..58420d30
--- /dev/null
+++ b/test/schemas/bug143951.imp
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<xs:schema targetNamespace="http://www.newport-networks.com/NNL"
+xmlns:nnl="http://www.newport-networks.com/NNL"
+xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
+attributeFormDefault="unqualified" version="1.00">
+ <xs:group name="schema2group">
+ <xs:sequence>
+ <xs:element name="file" type="xs:string"
+default="$File$"/>
+ </xs:sequence>
+ </xs:group>
+</xs:schema>