mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-10 12:32:25 +00:00
![Daniel Veillard](/assets/img/avatar_default.png)
* 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
8 lines
134 B
XML
8 lines
134 B
XML
<doc>
|
|
<e xml:base="http://example.com/base/">
|
|
<images xml:base="images/">
|
|
<img href="img1.gif"/>
|
|
</images>
|
|
</e>
|
|
</doc>
|