<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
   <!-- Test that no fatal error is generated for a fallback element
        content that is not activated.-->
   <xinclude:include href="../ents/something.xml">
        <xinclude:fallback>
            <xinclude:fallback>
            </xinclude:fallback>
        </xinclude:fallback>
   </xinclude:include>
</x>

