aboutsummaryrefslogtreecommitdiffstats
path: root/test/XInclude/docs/fallback4.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-09-02 20:34:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-02 20:34:23 +0000
commita459654954e005014b62011855660777dc3ee1de (patch)
tree75726f666da36d3e04c2e9bfb3cff40547944ed8 /test/XInclude/docs/fallback4.xml
parente740b286553bc147f0c93b739ac83cf57ea66c54 (diff)
parentec3fcf55c082516bbe81f4c234c42f231f5c64b7 (diff)
downloadplatform_external_libxml2-master.tar.gz
platform_external_libxml2-master.tar.bz2
platform_external_libxml2-master.zip
Merge "Upgrade libxml2 to f0fd1b67fc883a24cdd039abb3d4fe4696104d72" am: ec3fcf55c0HEADmaster
Original change: https://android-review.googlesource.com/c/platform/external/libxml2/+/1417930 Change-Id: Ida6c48e3672d377605ba8df9a59eccae25dab6a0
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>