generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<foo xmlnsbar="1"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<foo xmlns:="http://example.com/"/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_1.xml:1: namespace error : Failed to parse QName 'xmlns:'
|
||||
<foo xmlns:="http://example.com/"/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_10.xml:1: parser error : Attribute xmlns redefined
|
||||
<tst xmlns="http://example.com/" xmlns="http://example.com/"/>
|
||||
^
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_11.xml:1: parser error : Attribute xmlns:a redefined
|
||||
<tst xmlns:a="http://example.com/" xmlns:a="http://example.com/"/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<:/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_2.xml:1: namespace error : Failed to parse QName ':'
|
||||
<:/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<:foo/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_3.xml:1: namespace error : Failed to parse QName ':foo'
|
||||
<:foo/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<f: xmlns:f="http://example.com/foo"/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_4.xml:1: namespace error : Failed to parse QName 'f:'
|
||||
<f: xmlns:f="http://example.com/foo"/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<f:a: xmlns:f="http://example.com/foo"/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_5.xml:1: namespace error : Failed to parse QName 'f:a:'
|
||||
<f:a: xmlns:f="http://example.com/foo"/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<f:a:b xmlns:f="http://example.com/foo"/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_6.xml:1: namespace error : Failed to parse QName 'f:a:b'
|
||||
<f:a:b xmlns:f="http://example.com/foo"/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<f:foo/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_7.xml:1: namespace error : Namespace prefix f on foo is not defined
|
||||
<f:foo/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<tst/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_8.xml:1: namespace error : xml namespace prefix mapped to wrong URI
|
||||
<tst xmlns:xml="http://example.com/"/>
|
||||
^
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<tst xmlns:a="http://example.com/" xmlns:b="http://example.com/" a:err="1" b:err="2"/>
|
||||
@@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_9.xml:2: namespace error : Namespaced Attribute err in 'http://example.com/' redefined
|
||||
a:err="1" b:err="2"/>
|
||||
^
|
||||
Reference in New Issue
Block a user