RE: Inclusion loops rely only on href, not on xpointer

Just to be thorough, I[editor] am notifying myself[commenter] that
I[editor] have resolved the issue which I myself[commenter] raised.
I[commenter] confirm that this resolution is acceptable to me[editor],
myself[commenter], and I[all other personalities].

> -----Original Message-----
> From: www-xml-xinclude-comments-request@w3.org
[mailto:www-xml-xinclude-
> comments-request@w3.org] On Behalf Of Jonathan Marsh
> Sent: Wednesday, January 07, 2004 11:55 AM
> To: www-xml-xinclude-comments@w3.org
> Subject: Inclusion loops rely only on href, not on xpointer
> 
> 
> Just noticed that our loop detection can reject perfectly good
> inclusions such as this one:
> 
> <xi:include xpointer="foo"/>
> <x id="foo">
>   <xi:include xpointer="bar"/>
> </x>
> <x id="bar"/>
> 
> The "bar" inclusion has the same include location (empty string) as
the
> foo inclusion.  We need to say loops are detected by comparing both
the
> include location and the xpointer attribute value.
> 
> 

Received on Tuesday, 10 February 2004 12:21:46 UTC