RE: Fwd: Moving exc-c14n forward: your response is needed!

> -----Original Message-----
> From: Joseph Reagle [mailto:reagle@w3.org]

> If I had the document
> 
> <svg xml:base="">
>   <someElement href="foo.xml"/>
> </svg>
> 
> and I then put this in a soap envelope.
> 
> <soap:envelope xml:base="http://example.org/foo/">
>   <soap:body>
>     <svg xml:base="">
>       <someElement href="foo.xml"/>
>     </svg>
>   </soap:body>
> <soap:envelope>

I note you don't define what you mean by "put this in a soap envelope".
A copy and paste of XML source and an infoset-type insertion such as
XInclude performs would give you different answers.  I also note that
the xml:base attributes in both of the above examples don't do anything
and can be omitted from both examples without vitiating your concerns.

Received on Wednesday, 24 April 2002 18:42:06 UTC