summaryrefslogtreecommitdiff
path: root/test/XInclude
diff options
context:
space:
mode:
Diffstat (limited to 'test/XInclude')
-rw-r--r--test/XInclude/docs/fallback6.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/XInclude/docs/fallback6.xml b/test/XInclude/docs/fallback6.xml
new file mode 100644
index 00000000..fd00a03f
--- /dev/null
+++ b/test/XInclude/docs/fallback6.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="b.xml">
+ <xi:fallback><xi:include href="c.xml">
+ <xi:fallback/>
+ </xi:include></xi:fallback>
+</xi:include>