Hi Merlin, Not to be obtuse, but could you please explain exactly why the default namespace declaration in element C disappears: <merlin> Ref: http://www.w3.org/Signature/Drafts/xml-exc-c14n.html 1) Bug in the Specification Consider the following document: <A xmlns="http://example.org/"> <b:B xmlns:b="http://example.org/b" xmlns=""> <C xmlns="http://example.org/"> </b:B> </A> Because we inherit xmlns="" behaviour from c14n, this will be rendered so: <A xmlns="http://example.org/"> <b:B xmlns="" xmlns:b="http://example.org/b"> <C></C> </b:B> </A> <snip/> </merlin> Thanks, John BoyerReceived on Tuesday, 4 June 2002 12:20:09 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.29 : Thursday, 13 January 2005 12:10:16 GMT