Re: all PE names need world-unique prefixes

Dan Connolly wrote:
> 
> In order to avoid collisions when modules are
> combined, all PE names need world-unique prefixes
> 
> For example,
> 
> <!ENTITY % title.element  "INCLUDE" >
> 
> should be
> 
> <!ENTITY % org.w3.title.element  "INCLUDE" >

Uh, given that W3C might develop more than one application of XML, should
that not be

<!ENTITY % org.w3.xhtml.title.element  "INCLUDE" >

--
Chris

Received on Friday, 28 July 2000 16:52:09 UTC