- From: Jonathan Marsh <jmarsh@microsoft.com>
- Date: Tue, 12 Mar 2002 14:51:45 -0800
- To: "Martin Gudgin" <marting@develop.com>, <www-xml-xinclude-comments@w3.org>
They both are correct :-). The XInclude processor replaces the include element, and all it's content, so any children of the include element disappear from the result infoset. However, this does not mean that the content cannot be useful for a higher level application prior to include processing, or made available through infoset extensions after include processing. The XInclude spec doesn't describe how this might be done but is careful not to preclude the possibility. - Jonathan > -----Original Message----- > From: Martin Gudgin [mailto:marting@develop.com] > Sent: Tuesday, March 12, 2002 10:38 AM > To: www-xml-xinclude-comments@w3.org > Subject: What does 'ignored' mean? > > In updating my XInclude implementations to support the latest spec I > notice > the following phrase in Section 3.1[1] > > ' The content of the xi:include element may include an xi:fallback > element. > Other content is not constrained by this specification and is ignored by > the > XInclude processor.' > > What does 'ignored' mean in this context? I can think of two possible > interpretations; > > 1. XInclude processor drops all content apart from xi:fallback on the > floor > > 2. XInclude processor passes all content apart from xi:fallback to > higher > level application > > Which is correct? > > Martin Gudgin
Received on Tuesday, 12 March 2002 17:53:06 UTC