1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/scripts/base.xml
Daniel Veillard b8c9be9718 fixed XML Base computation which was broken added a base function to the
* 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
2001-07-09 16:01:19 +00:00

8 lines
134 B
XML

<doc>
<e xml:base="http://example.com/base/">
<images xml:base="images/">
<img href="img1.gif"/>
</images>
</e>
</doc>