summaryrefslogtreecommitdiff
path: root/result/XInclude/nodes2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'result/XInclude/nodes2.xml')
-rw-r--r--result/XInclude/nodes2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/XInclude/nodes2.xml b/result/XInclude/nodes2.xml
index 34ef5f0..fac2d82 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="../ents/something.xml">something</p><p xml:base="../ents/something.xml">really</p><p xml:base="../ents/something.xml">simple</p>
</x>