- From: Christian Geuer-Pollmann <geuer-pollmann@nue.et-inf.uni-siegen.de>
- Date: Tue, 03 Sep 2002 11:08:49 +0200
- To: w3c-ietf-xmldsig@w3.org
- Cc: geuer-pollmann@nue.et-inf.uni-siegen.de
Hi all, ----------------------- REC-xml-c14n-20010315#ProcessingModel states: "... if the first node is not the default namespace node (a node with no namespace URI and no local name)" Why does the default namespace node have no namespace URI and no local name? I thought that xmlns="http://foo" has a namespace URI of "http://www.w3.org/2000/xmlns/" and a local name of "xmlns" and no prefix? ----------------------- REC-xml-exc-c14n-20020718.html#sec-Specification states: 3.3.3: "A namespace node N with a prefix that does not appear in the InclusiveNamespaces PrefixList is rendered if ... (3) the prefix has not yet been rendered by any output ancestor" How do you implement this? Do you have a stack where you remember all already rendered prefixes? ----------------------- Christian
Received on Tuesday, 3 September 2002 05:04:13 UTC