diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-09-02 20:34:23 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-02 20:34:23 +0000 |
| commit | a459654954e005014b62011855660777dc3ee1de (patch) | |
| tree | 75726f666da36d3e04c2e9bfb3cff40547944ed8 /test/XInclude/docs/fallback4.xml | |
| parent | e740b286553bc147f0c93b739ac83cf57ea66c54 (diff) | |
| parent | ec3fcf55c082516bbe81f4c234c42f231f5c64b7 (diff) | |
| download | platform_external_libxml2-master.tar.gz platform_external_libxml2-master.tar.bz2 platform_external_libxml2-master.zip | |
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.xml | 7 |
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> |
