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:
parent
01fa6156e5
commit
485f26ff5a
@ -0,0 +1 @@
|
||||
./test/schemas/bug143951_0.xml validates
|
@ -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
|
12
test/schemas/bug143951.imp
Normal file
12
test/schemas/bug143951.imp
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user