Y5 Exclusive C145n interop; was Re: c14n/exc-c14n interop samples
Christian Geuer-Pollmann <[email protected]> Mon, 03 Jun 2002 11:18:04 +0200
| Newsgroups | gmane.ietf.xmldsig |
|---|---|
| Message-ID | <14074638.1023103084@clouseau> |
Hi Merlin,
on your example merlin-c14n-three.tar.gz, question on Reference Number 9
(c14n-8.txt):
<bar:Something xml:lang="en-ie">
<foo:Nothing xmlns="http://example.org/">
<foo:Something xmlns="">
<bar:Something xmlns="http://example.org/">
<foo:Something xmlns="">
<foo:Nothing xmlns="http://example.org/">
<foo:Something xmlns="">
<baz:Something xmlns="http://example.org/"></baz:Something>
</foo:Something>
</foo:Nothing>
</foo:Something>
</bar:Something>
</foo:Something>
</foo:Nothing>
</bar:Something>
Where do the xmlns="" attributes come from? The document declares the
default namespace to xmlns="http://example.org/" in the document element
and is never changed. OK, you omit the xmlns="http://example.org/"
namespace attribute in these elements, but does this allow to do that?
Thanks,
Christian
--On Freitag, 31. Mai 2002 13:18 +0100 merlin <[email protected]> wrote:
> Hi Christian,
>
> I've tweaked the input document slightly to show a few more
> edge cases if you're interested; see attached:
>
> Merlin