A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Namespace confusion: Difference between revisions
Jump to navigation
Jump to search
m (→E-mails showing confusion with namespaces: Escape markup) |
(→E-mails detailing lists of problems with namespaces: Link to Hixie's explanation) |
||
Line 36: | Line 36: | ||
* [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/015905.html A WHATWG e-mail by Henri Sivonen in the context of RDFa] | * [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/015905.html A WHATWG e-mail by Henri Sivonen in the context of RDFa] | ||
* [http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009Aug/0086.html Why bound prefixes are an anti-pattern in language design by Ian Hickson] | |||
==E-mails showing confusion with namespaces== | ==E-mails showing confusion with namespaces== |
Revision as of 13:08, 13 August 2009
This page is for collecting evidence about Namespaces in XML not being helpful.
Bugs caused by Namespaces
- Redeclaring a namespace breaks
- Prefix difference breaks
- Prefix difference breaks
- Wrong prefix used causing bad expansion
- Feed aggregators failing with prefixed XHTML elements
- Declared prefix and used prefix differ
- RDFa used without declaring prefix
- Hard-wired prefix
Wrong documentation about Namespaces
- “90% of the technical questions” writes the O’Reilly XForms book author
- “Experience shows XML namespaces can be a common cause of confusion”
- “If there is any one of the W3C's family of XML specifications, that has caused me the most grief, XML Namespaces is probably it.” writes the Lead Developer of MSXML and System.Xml
- “I have a picture that made the audience at the session gasp in disbelief.” (Picture showing lots of namespace declarations.)
Related pages on other wikis
E-mails detailing lists of problems with namespaces
- A WHATWG e-mail by Henri Sivonen in the context of RDFa
- Why bound prefixes are an anti-pattern in language design by Ian Hickson
E-mails showing confusion with namespaces
- Karl Dubost on xml:lang in text/html (Admittedly this is a rather hard case given that {lang}, {xml:lang}, and xml{lang} all exist.)
- Confusion about what
<div xmlns:dc="http://purl.org/dc/elements/1.1/">
declares (Initially suspected to be sarcasm!)