Re: [xml-dev] Pragmatic namespaces

From
Micah Dubinko <>
To
Pete Cordell <>
Date
2009-08-04T18:17:28Z
ID
<>
Thread
Re: [xml-dev] Pragmatic namespaces
On Aug 3, 2009, at 11:56 AM, Pete Cordell wrote:

>
> <head>
>  <title>Document title</title>
>  <project.example.com>
>    <id.example.com>123521123</id.example.com>
>  </project.example.com>
> </head>

In cases where round-tripping to namespace URIs is important, this  
seems like it would work better.

A set of "using" declarations could also work like the relatively well- 
known concept of DNS search domains.

-m