Re: [xml-dev] To namespace or not to Namespace ....

From
Michael Ludwig <>
To
Date
2010-04-09T21:12:00Z
ID
<20100409211200.GD840@wladimir>
Thread
Re: [xml-dev] To namespace or not to Namespace ....
Michael Kay schrieb am 09.04.2010 um 21:53:57 (+0100)
[RE: [xml-dev] To namespace or not to Namespace ....]:

> A simple clean design which would avoid these problems might be as
> follows:
> 
> (1) elements and attributes have hierarchic names, for example
> org.fpml.invoice, which can always be written out in full if so
> desired
> 
> (2) if abbreviated names are wanted to reduce verbosity, then at the
> outermost level of a document (perhaps in the internal DTD) prefixes
> can be defined
> 
> <!PREFIX f = org.fpml>
> 
> allowing the element name to be written as <f:invoice>

Ha! In the DTD! Good old DTD! :-)

Cheers,
-- 
Michael Ludwig