mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* tree.c: fixed XML Base computation which was broken * debugXML.c: added a base function to the shell * Makefile.am result/scripts/* test/scripts/*: added scripts based regression tests, and adding 2 XML Base tests Daniel
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
/ > base
|
|
./test/scripts/base.xml
|
|
/ > cd //e
|
|
e > base
|
|
http://example.com/base/
|
|
e > cd .//img
|
|
img > base
|
|
http://example.com/base/images/
|
|
img > exit
|