RE: Fwd: Moving exc-c14n forward: your response is needed!
"Jonathan Marsh" <[email protected]>
| Newsgroups | gmane.ietf.xmldsig |
|---|---|
| Message-ID | <330564469BFEC046B84E591EB3D4D59C05C06095@red-msg-08.redmond.corp.microsoft.com> |
> -----Original Message----- > From: Joseph Reagle [mailto:[email protected]] > 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.