XInclude 1.1 issue?

Eric van der Vlist asks what the post-XInclude infoset is for this
element:

  <xi:include xmlns:my="MYNAMESPACE"
              href="mydoc.xml" fragid="element(foo)"
              my:root="true"/>

when mydoc.xml is:

<doc xmlns:my="YOURNAMESPACE">
  <my:note xml:id="foo">
    <my:x/>
  </my:note>
</doc>

I'm not sure if the spec says. Nor am I sure what the right answer is.

* Don't do the copy?
* Resource error?
* Something else?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 512 761 6676
www.marklogic.com

Received on Saturday, 14 February 2015 14:38:10 UTC