- From: cdr <_@whats-your.name>
- Date: Mon, 24 Sep 2007 04:13:10 -0400
- To: Golda Velez <w3@webglimpse.org>
- Cc: semantic-web@w3c.org
On Sun Sep 23, 2007 at 10:01:46PM -0700, Golda Velez wrote: > > This sounds like an excellent idea, but is there any way to avoid the > repetition of the > > xmlns:blognet="http://hypothetical.org/blognet/2007/10/type#" > > in every <a ..> tag in the document? Is there anything equivalent to a style > sheet for namespace prefixes? afaik, it looks for xmlns on any parent element, up to <html> read the spec doc. really! it addresses a bunch of concerns i had about datatypes and XMLLiterals (now if only the DOM API in popular browsers was designed to work in this perfect XHTML world..)
Received on Monday, 24 September 2007 08:13:28 UTC