XML Default namespaces for unqualified attribute names?

后端 未结 4 698
清酒与你
清酒与你 2020-12-05 05:01

I\'m trying to understand the correct interpretation of the \"Namespaces in XML 1.0 (Third Edition)\" definition for unqualified attribute namespaces.

4条回答
  •  再見小時候
    2020-12-05 05:25

    I've found the explicit explanation in "XML in a Nutshell" by Elliotte Rusty Harold:

    The attributes are a different story. Default namespaces only apply to elements, not to attributes.

提交回复
热议问题