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