[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XHTML 2 Working Group won't be renewed?
- From: Andrew Welch <andrew.j.welch@gmail.com>
- To: XML Developers List <xml-dev@lists.xml.org>
- Date: Thu, 9 Jul 2009 09:15:15 +0100
> Why can't people just make them simpler? Like Java packages?
>
> <Urmel xmlns="de.milu.ns.eins"/>
> <mv:bla xmlns:mv="com.myvocabulary.mynamespace"/>
Two things that stand out for me to make them simpler:
- dont allow changing the default namespace (so no xmlns=""). An
unprefixed element is always in no namespace.
- I would allow the use of the namespace directly, eg
<com.mycomp:elem> instead of forcing the definition of a prefix
<m:elem xmlns="com.mycomp">
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]