Files
XML_Data_Parsing/libxml2/test/XInclude/docs/fallback8.xml
T

8 lines
192 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<?xml version="1.0"?>
<doc>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="404.txt" parse="text">
<xi:fallback>text not found</xi:fallback>
</xi:include>
</doc>