diff options
Diffstat (limited to 'test/XInclude/docs/fallback.xml')
-rw-r--r-- | test/XInclude/docs/fallback.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/XInclude/docs/fallback.xml b/test/XInclude/docs/fallback.xml deleted file mode 100644 index e80222e..0000000 --- a/test/XInclude/docs/fallback.xml +++ /dev/null @@ -1,6 +0,0 @@ -<x xmlns:xinclude="http://www.w3.org/2001/XInclude"> - <!-- Simple test of a fallback on unavailble URI --> - <xinclude:include href="something.xml"> - <xinclude:fallback><warning>Inclusion failed</warning></xinclude:fallback> - </xinclude:include> -</x> |