Re: c14n messes up qnames in attribute values

I'm looking at the XML Namespaces spec (section 3 & 4) and it
seems that QNames can only be used as attribute names, not
values.  Can you point me to a section in the spec that gives an
example of what you are doing?

Thanks,
Kevin Regan
ValiCert, Inc.
kevinr@valicert.com


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 Thursday, 1 June 2000 19:37:31 UTC