summaryrefslogtreecommitdiff
path: root/test/XInclude
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-04-16 08:11:26 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-04-16 08:11:26 +0000
commit5d8d10bba35584b144d73aad43606a338b690314 (patch)
tree1c1d87fbcf85712496258d9ff34af70a6fe04014 /test/XInclude
parent0d1a845097fa0e224a2712b3c5c5380dd64f3fa7 (diff)
downloadlibxml2-5d8d10bba35584b144d73aad43606a338b690314.tar.gz
fixed problem causing duplicate fallback execution (bug 139520) added
* xinclude.c: fixed problem causing duplicate fallback execution (bug 139520) * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*: added testcase
Diffstat (limited to 'test/XInclude')
-rw-r--r--test/XInclude/docs/fallback2.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/XInclude/docs/fallback2.xml b/test/XInclude/docs/fallback2.xml
new file mode 100644
index 00000000..dac71f9b
--- /dev/null
+++ b/test/XInclude/docs/fallback2.xml
@@ -0,0 +1,10 @@
+<a>
+ <xi:include href="b.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:fallback>There is no b.xml ... </xi:fallback>
+ </xi:include>
+ <xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:fallback>There is no c.xml ... </xi:fallback>
+ </xi:include>
+
+</a>
+