You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Prapti Sen <ps...@adomo.com> on 2003/10/28 18:41:26 UTC

Recursive Xinclude

Hello,
Can I use XInclude recursively? If not, then what is the possible
solution to use XInclude recursively.

Thank you.
Prapti


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: Recursive Xinclude

Posted by Michael Glavassevich <mr...@apache.org>.
Hi Prapti,

Yes, but an include cannot reference a resource that is itself or
any of its include ancestors [1] unless it is a text include. In other
words, inclusion loops are illegal.

[1] http://www.w3.org/TR/xinclude/#loops

On Tue, 28 Oct 2003, Prapti Sen wrote:

> Hello,
> Can I use XInclude recursively? If not, then what is the possible
> solution to use XInclude recursively.
>
> Thank you.
> Prapti
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-user-help@xml.apache.org

---------------------------
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org