summaryrefslogtreecommitdiff
path: root/result
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-06-07 08:57:27 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-06-07 08:57:27 +0000
commitf7789b13c59ef9d9e73047543c704c6ab21a6212 (patch)
treef7acf7c8bd95736f2abb5024f1dcfb59e7ef2903 /result
parent88399388229e4fbf7801e1f9c9047cda254a31b7 (diff)
downloadlibxml2-f7789b13c59ef9d9e73047543c704c6ab21a6212.tar.gz
added a new routine xmlBuildRelativeURI needed for enhancement of
* uri.c, include/libxml/uri.h: added a new routine xmlBuildRelativeURI needed for enhancement of xinclude.c * xinclude.c: changed handling of xml:base (bug 135864) * result/XInclude/*: results of 5 tests changed as a result of the above change
Diffstat (limited to 'result')
-rw-r--r--result/XInclude/docids.xml2
-rw-r--r--result/XInclude/include.xml2
-rw-r--r--result/XInclude/nodes.xml2
-rw-r--r--result/XInclude/nodes2.xml2
-rw-r--r--result/XInclude/recursive.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/result/XInclude/docids.xml b/result/XInclude/docids.xml
index 389a216d..52a46143 100644
--- a/result/XInclude/docids.xml
+++ b/result/XInclude/docids.xml
@@ -11,7 +11,7 @@
<isid myid="dup"/>
</doc>
<!-- including another XML document with IDs -->
-<doc xml:base="test/XInclude/ents/ids.xml">
+<doc xml:base="../../../test/XInclude/ents/ids.xml">
<isid myid="dup"/>
<isid myid="foo"/>
<isid myid="bar"/>
diff --git a/result/XInclude/include.xml b/result/XInclude/include.xml
index bee9da28..90296b40 100644
--- a/result/XInclude/include.xml
+++ b/result/XInclude/include.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
<!-- Simple test of including another XML document -->
- <doc xml:base="test/XInclude/ents/something.xml">
+ <doc xml:base="../../../test/XInclude/ents/something.xml">
<p>something</p>
<p>really</p>
<p>simple</p>
diff --git a/result/XInclude/nodes.xml b/result/XInclude/nodes.xml
index 301b70d5..c4e93fa6 100644
--- a/result/XInclude/nodes.xml
+++ b/result/XInclude/nodes.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
<!-- Simple test of including a set of nodes from an XML document -->
- <p xml:base="test/XInclude/ents/something.xml">something</p><p xml:base="test/XInclude/ents/something.xml">really</p><p xml:base="test/XInclude/ents/something.xml">simple</p>
+ <p xml:base="../../../test/XInclude/ents/something.xml">something</p><p xml:base="../../../test/XInclude/ents/something.xml">really</p><p xml:base="../../../test/XInclude/ents/something.xml">simple</p>
</x>
diff --git a/result/XInclude/nodes2.xml b/result/XInclude/nodes2.xml
index 34ef5f05..419f8b08 100644
--- a/result/XInclude/nodes2.xml
+++ b/result/XInclude/nodes2.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<x xmlns:xinclude="http://www.w3.org/2003/XInclude">
<!-- Simple test of including a set of nodes from an XML document -->
- <p xml:base="test/XInclude/ents/something.xml">something</p><p xml:base="test/XInclude/ents/something.xml">really</p><p xml:base="test/XInclude/ents/something.xml">simple</p>
+ <p xml:base="../../../test/XInclude/ents/something.xml">something</p><p xml:base="../../../test/XInclude/ents/something.xml">really</p><p xml:base="../../../test/XInclude/ents/something.xml">simple</p>
</x>
diff --git a/result/XInclude/recursive.xml b/result/XInclude/recursive.xml
index c218c7d3..25f993c2 100644
--- a/result/XInclude/recursive.xml
+++ b/result/XInclude/recursive.xml
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
-<this><sub-inc xml:base="test/XInclude/ents/sub-inc.ent">is a test
+<this><sub-inc xml:base="../../../test/XInclude/ents/sub-inc.ent">is a test
</sub-inc></this>