1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-29 21:46:59 +03:00

Added missing file, corrected output, Daniel

This commit is contained in:
Daniel Veillard 2004-06-29 17:07:01 +00:00
parent 01fa6156e5
commit 485f26ff5a
3 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1 @@
./test/schemas/bug143951_0.xml validates

View File

@ -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

View File

@ -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>