- From: Sijo Mathew <sijo@avenir.net>
- Date: Wed, 2 Jul 2003 12:21:39 +0530
- To: <tony@vordel.com>, <w3c-ietf-xmldsig@w3.org>
Tony,
Thanks for the reply. But, I couldn't correctly identify the rule that
was applied to render the following output element.
<firstchild xmlns="http://default.org" id="2">FirstChild</firstchild>
It seems to me that, out of the 4 rules given in the section 3 of the
exc-c14n specification,
1) rule-1 and rule-2 have nothing to do with this case.
2) rule-3 applies only to namespace nodes *with prefixes*. In our
case the namespace node rendered has no prefix.
3) rule-4 says when to render xmlns="". But, we have no such
node in the output.
After all, the inherited rules from C14N cannot not be applied, as we
have a null InclusiveNamespacesPrefixList. Could you specify, what
is wrong with my undestanding of the exc-c14n spec...?
regards,
Sijo
----- Original Message -----
From: "Tony Palmer" <tony@vordel.com>
To: "Sijo Mathew" <sijo@avenir.net>; <w3c-ietf-xmldsig@w3.org>
Sent: Tuesday, July 01, 2003 6:16 PM
Subject: RE: Please help me to find the exc-c14n
> <foo:mynode xmlns:foo="http://foo.org" id="1">
> <firstchild xmlns="http://default.org" id="2">FirstChild</firstchild>
> <bar:secondchild xmlns:bar="http://bar.org"
> id="3">SecondChild</bar:secondchild>
> </foo:mynode>
>
>
> -----Original Message-----
> From: w3c-ietf-xmldsig-request@w3.org
> [mailto:w3c-ietf-xmldsig-request@w3.org]On Behalf Of Sijo Mathew
> Sent: 01 July 2003 12:24
> To: w3c-ietf-xmldsig@w3.org
> Subject: Please help me to find the exc-c14n
>
>
>
> Hi all,
>
> Could somebody on the list help me to find out the exc-c14n
> output of the following xml document.(Assume that the,
> InclusiveNamespacesPrefixList is null).
>
>
> <foo:mynode xmlns="http://default.org" xmlns:foo="http://foo.org"
> xmlns:bar="http://bar.org" id="1">
> <firstchild id="2">FirstChild</firstchild>
> <bar:secondchild id="3">SecondChild</bar:secondchild>
> </foo:mynode>
>
>
> regards,
> Sijo
>
> -------------------
> Sijo Mathew
> Atinav Inc.
> www.atinav.com
>
>
Received on Wednesday, 2 July 2003 02:54:04 UTC