- From: Jim Ley <jim@jibbering.com>
- Date: Sun, 29 May 2005 15:09:06 +0100
- To: www-html@w3.org
"i" <i@orz.cc> wrote in message
news:op.srjocxpwfe8urg@usr.hsd1.wa.comcast.net...
>
> I have not seen any document that can make me sure that the given
> set of values, such as "description", "generator" and "keywords", is
> defined in the namespace of XHTML ("http://www.w3.org/1999/xhtml").
> In other words, I would like editors to give, in this section, an example
> like this:
Yep, I noticed this problem to, please send your mail to
www-html-editor@w3.org so the Working Group can correctly track your issue.
> <x:html xmlns:x="http://www.w3.org/1999/xhtml"
> xmlns="http://purl.org/dc/elements/1.1/">
> <x:head>
> <x:meta property="x:title">My Life and Times</x:meta>
> <x:meta about="http://www.example.com/"
> property="created">2004-03-20</x:meta>
>
> property attribute - 23.1. Metadata Attribute Collection:
> <http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-metaAttributes.html#col_Metainformation>
I cannot see a way to achieve this with the XML Schema definition of QName,
I think the only logical approach is to split property into propertyNS and
propteryLocalName.
Cheers,
Jim.
Received on Sunday, 29 May 2005 14:09:36 UTC