xsl-list
[Top] [All Lists]

Re: [xsl] random url for namespace to avoid uncontrollable dependencies

2011-08-25 04:40:14
On 25 August 2011 06:06, Dirk <noisyb(_at_)gmx(_dot_)net> wrote:
Hello,

as a developer i have serious problems with using a URL as namespace...
because ICANN does control any URL i might use... and not me or people who
use the XML..

so...

what would be the problem (which i don't see, yet) to use something like
this:

xmlns:cms="http://localhost/cms/"; (i would prefer this VERY MUCH)

or, at least, this:

xmlns:cms="http://www.example.com/cms/";

or this:

xmlns:cms="http://www.google.com/cms/";


...as namespace url for my XML?


No problems at all, use whatever namespace you like.  You could just
use xmlns:cms="cms", it really doesn't matter.  Just don't put dates
or version numbers in it, or anything that might give you reason to
want to change it down the line.





-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--