[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
+4
View File
@@ -0,0 +1,4 @@
/ > ./test/scripts/base.xml
/ > e > http://example.com/base/
e > img > http://example.com/base/images/
img >
+4
View File
@@ -0,0 +1,4 @@
/ > ./test/scripts/base2.xml
/ > e > test/scripts/html/
e > img > test/scripts/images/
img >
+8
View File
@@ -0,0 +1,8 @@
/ > b > b > Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT a:c
b > Unknown command This_is_a_really_long_command_string_designed_to_test_the_limits_of_the_memory_that_stores_the_comm
b > b > Unknown command ess_currents_of_time_and_existence
b > <?xml version="1.0"?>
<a xmlns:a="bar"><b xmlns:a="foo">Navigating_the_labyrinthine_corridors_of_human_cognition_one_often_encounters_the_perplexing_paradox_that_the_more_we_delve_into_the_intricate_dance_of_neural_pathways_and_synaptic_firings_the_further_we_seem_to_stray_from_a_truly_holistic_understanding_of_consciousness_a_phenomenon_that_remains_as_elusive_as_a_moonbeam_caught_in_a_spiderweb_yet_undeniably_shapes_every_fleeting_thought_every_prof</b></a>
b >
+3
View File
@@ -0,0 +1,3 @@
/ > / > <?xml version="1.0"?>
<b/>
/ >
+12
View File
@@ -0,0 +1,12 @@
/ > a > Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT a
default namespace href=bar
a > a > Object is a Node Set :
Set contains 2 nodes:
1 ELEMENT a
default namespace href=bar
2 ELEMENT b
a > <?xml version="1.0"?>
<a xmlns="bar"><b/></a>
a >
+3
View File
@@ -0,0 +1,3 @@
./test/scripts/set3.xml:1: namespace warning : xmlns: URI bar is not absolute
<a xmlns="bar">foo</a>
^
+6
View File
@@ -0,0 +1,6 @@
/ > b > b > Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT a:c
b > <?xml version="1.0"?>
<a xmlns:a="bar"><b xmlns:a="foo"><a:c/></b></a>
b >
+20
View File
@@ -0,0 +1,20 @@
/ > /d:doc
/d:doc/a[1]
/d:doc/b
/d:doc/a[2]
/d:doc/c
/d:doc/a[3]
/d:doc/a[4]
/d:doc/a[4]/e:e[1]
/d:doc/a[4]/e:e[2]
/d:doc/a[4]/b
/d:doc/a[4]/e:e[3]
/d:doc/a[4]/e:e[4]
/d:doc/a[4]/e:e[5]
/d:doc/a[4]/e:e[5]/*[1]
/d:doc/a[4]/e:e[5]/*[2]
/d:doc/a[4]/e:e[5]/*[3]
/d:doc/a[4]/e:e[6]
/d:doc/a[5]
/ > /d:doc/a[4]/e:e[5]/*[3]/@e:attr
/ >
View File