aboutsummaryrefslogtreecommitdiffstats
path: root/test/XInclude/docs/fallback3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/XInclude/docs/fallback3.xml')
-rw-r--r--test/XInclude/docs/fallback3.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/XInclude/docs/fallback3.xml b/test/XInclude/docs/fallback3.xml
new file mode 100644
index 00000000..0c8b6c9e
--- /dev/null
+++ b/test/XInclude/docs/fallback3.xml
@@ -0,0 +1,9 @@
+<a>
+ <xi:include href="../ents/something.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:fallback>
+ <xi:include href="c.xml">
+ <xi:fallback>There is no c.xml ... </xi:fallback>
+ </xi:include>
+ </xi:fallback>
+ </xi:include>
+</a>