[libxml2]Add libxml2 library

This commit is contained in:
zhoujiale
2026-07-26 16:57:28 +08:00
committed by zhoujiale
parent 0a44ec8a06
commit e841ac915d
3790 changed files with 668244 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Object is a Node Set :
Set contains 0 nodes:
+3
View File
@@ -0,0 +1,3 @@
./test/xmlid/id_err1.xml:1: parser error : xml:id : attribute value 0bar is not an NCName
<foo xml:id="0bar"/>
^
+6
View File
@@ -0,0 +1,6 @@
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT foo
ATTRIBUTE id
TEXT
content=bar
+3
View File
@@ -0,0 +1,3 @@
./test/xmlid/id_err2.xml:3: parser error : xml:id : attribute type should be ID
<!ATTLIST foo xml:id CDATA #IMPLIED>
^
+6
View File
@@ -0,0 +1,6 @@
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT foo
ATTRIBUTE id
TEXT
content=bar
+6
View File
@@ -0,0 +1,6 @@
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT n:foo
ATTRIBUTE id
TEXT
content=bar
+3
View File
@@ -0,0 +1,3 @@
./test/xmlid/id_tst2.xml:1: namespace error : Namespace prefix n on foo is not defined
<n:foo xml:id="bar"/>
^
+6
View File
@@ -0,0 +1,6 @@
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT f:o:o
ATTRIBUTE id
TEXT
content=bar
+3
View File
@@ -0,0 +1,3 @@
./test/xmlid/id_tst3.xml:1: namespace error : Failed to parse QName 'f:o:o'
<f:o:o xml:id="bar"/>
^
+6
View File
@@ -0,0 +1,6 @@
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT foo
ATTRIBUTE id
TEXT
content=bar
+3
View File
@@ -0,0 +1,3 @@
./test/xmlid/id_tst4.xml:3: element err: validity error : ID bar already defined
<err xml:id="bar"/>
^