Hello,
when I try to parse a.xml, I'll get this exception
[Fatal Error] a.xml:8:44: A 'include' element cannot be a child of an include element.
Ivan
file a.xml:
<?xml version="1.0"?> <a xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="b.xml"> <xi:fallback>Cannot load file b.xml</xi:fallback> </xi:include>
<c>
<xi:include href="b.xml" parse="text">
<xi:fallback>Cannot load file b.xml</xi:fallback>
</xi:include>
</c>
</a>file b.xml
<?xml version="1.0"?> <b xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="b.xml" parse="text"> <xi:fallback>Cannot load file b.xml</xi:fallback> </xi:include> </b>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
