diff options
author | Anthony Ramine <[email protected]> | 2010-12-20 17:03:15 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-11 11:58:42 +0100 |
commit | 8a0e62c1e8c01dbecf70fb4317f00ad50e9f6051 (patch) | |
tree | ff6f063a4419de77549b06dc1e271e0f5b996d7f /.gitignore | |
parent | edf830a338e78cfe88eee181b1e60a5f3f6b671b (diff) | |
download | otp-8a0e62c1e8c01dbecf70fb4317f00ad50e9f6051.tar.gz otp-8a0e62c1e8c01dbecf70fb4317f00ad50e9f6051.tar.bz2 otp-8a0e62c1e8c01dbecf70fb4317f00ad50e9f6051.zip |
Fix namespace-conformance constraints
See [Namespaces in XML 1.0 (Third Edition)][1]:
> The prefix xml is by definition bound to the namespace name
> http://www.w3.org/XML/1998/namespace. It MAY, but need not, be
> declared, and MUST NOT be bound to any other namespace name. Other
> prefixes MUST NOT be bound to this namespace name, and it MUST NOT be
> declared as the default namespace.
>
> The prefix xmlns is used only to declare namespace bindings and is by
> definition bound to the namespace name http://www.w3.org/2000/xmlns/.
> It MUST NOT be declared . Other prefixes MUST NOT be bound to this
> namespace name, and it MUST NOT be declared as the default namespace.
> Element names MUST NOT have the prefix xmlns.
>
> In XML documents conforming to this specification, no tag may containe
> two attributes which have identical names, or have qualified names
> with the same local part and with prefixes which have been bound to
> namespace names that are identical.
[1] http://www.w3.org/TR/REC-xml-names/
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions