Re: URI Or Not?

Christian Geuer-Pollmann <[email protected]> Fri, 17 May 2002 12:34:08 +0200
Newsgroups gmane.ietf.xmldsig
Message-ID <17973684.1021638848@crypto>

--On Freitag, 17. Mai 2002 10:48 +0100 Tony Palmer <[email protected]> wrote:

>   The value of the URI attribute contained in the Reference element in
> Manoj's example is "logo-text.gif". Should this not be prepended with
> "file://" to give URI="file://logo-text.gif" to make it a valid URI?

Sorry, forgot in my previous mail: Maybe you mess ds:Reference/@URI with 
the relative namespaces: This here is forbidden:

<someElement xmlns="logo-text.gif" />

Because this namespace is a relative one and canonicalization of something 
like this must raise an error.