Re: c14n messes up qnames in attribute values

At 11:33 AM 3/20/00 -0600, Dan Connolly wrote:
>the canonical form of:
>
><aDoc xmlns:aPrefix="http://example.com/">
><anElt anAttr="aPrefix:anNCName">
></aDoc>
>
>is:
>
><n1:aDoc xmlns:n1="http://example.com/">
><n1:anElt xmlns:n1="http://example.com/" anAttr="aPrefix:anNCName">
></n1:aDoc>
>
>Note that aPrefix in the attr value didn't get changed to n1.

I hate to say that I told you so, but... -Tim

Received on Monday, 20 March 2000 12:37:22 UTC