- From: Jonathan Marsh <jmarsh@microsoft.com>
- Date: Wed, 7 Jan 2004 11:55:20 -0800
- To: <www-xml-xinclude-comments@w3.org>
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 Wednesday, 7 January 2004 14:55:22 UTC