>> English << | По-русскиZVON > Tutorials > XInclude Tutorial
>> Example 10 << | Prev | Next | Contents

Recursion is an error


Description

You must not include the document fragment(s) in a way, which would lead to a recursion.

Example with errors

The file a.xml includes itself (a.xml) - ad infinitum.
File a.xml:
    <a> 
     <xi:include href="a.xml"
      xmlns:xi="http://www.w3.org/2001/XInclude"/>
    </a>
   

Processing will result into fatal error