 |
 |
 |
Although overall I'm in agreement with Micah on the implementation, I still
think that there should be a push back on the HTML community for namespace
support - or this particular architecture needs to be extended to the XHTML
5 version as well. The danger I see is that you'll continue to see vendors
choose only to support the HTML only version (thinking IE8 here
specifically) event though both versions should technically be supported,
because of the potential of creating lock-in on the default namespace set.
One additional possibility here might be to introduce a new HTML 5 header
element called <extends>:
<extends namespace="*namespaceURI*" prefix="*prefix*" uses="*elementSeq|**">
Yes, this is a rogue namespace. The @uses attribute would contain either a
list of supported elements or would default to the total set of elements
(the default if @uses is not included. Elements in this namespace would be
used sans prefix identifiers, unless the need to resolve conflicts arose, at
which point it would take the form *prefix*.*element*. A dublin core element
would then be added as:
<extends namespace="http://dublincore.org/documents/dcmi-namespace/"
prefix="dc" uses="*"/>
or
<extends namespace="http://dublincore.org/documents/dcmi-namespace/"
prefix="dc"/>
Then inline you could have the <creator> or <editor> element being added
into the mix. If there was a collision with an extant namespace, then you'd
default back to <dc.creator>.
This would be on top of the core arrangement discussed by Micah - in
essence, it does not penalize developers who DO need advanced functionality
simply because of the Granny Coder argument.
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |