RE: XInclude question

According to your other comment, namespace fixup has been removed [1],
making this issue moot.

[1]
http://lists.w3.org/Archives/Member/w3c-xml-core-wg/2002AprJun/0249.html

- Jonathan

> -----Original Message-----
> From: Richard Tobin [mailto:richard@cogsci.ed.ac.uk]
> Sent: Monday, April 22, 2002 8:58 AM
> To: www-xml-xinclude-comments@w3.org
> Cc: Richard Tobin
> Subject: XInclude question
> 
> [Forwarding Richard's comment to the archive. paul]
> 
> Suppose I have a document
> 
>   <outer xmlns="http://example.org"
>          xmlns:xi="http://www.w3.org/2001/XInclude">
>     <xi:include href="inner.xml"/>
>   </outer>
> 
> where inner.xml contains
> 
>     <inner/>
> 
> Presumably the desired serialized result is
> 
>   <outer xmlns="http://example.org"
>          xmlns:xi="http://www.w3.org/2001/XInclude">
>     <inner xmlns=""/>
>   </outer>
> 
> The Namespace Fixup section appears to imply that - since there is no
> namespace info item for the null prefix on the included item - the
> namepace info item for the null prefix should be copied onto inner
from
> outer, which would be wrong.
> 
> [I'm actually in favour of getting rid of the namespace fixup, but if
> it stays this should be corrected.]
> 
> -- Richard

Received on Wednesday, 17 July 2002 13:48:43 UTC