[Home] [By Thread] [By Date] [Recent Entries]

  • From: Jonathan Borden <jborden@m...>
  • To: Tim Bray <tbray@t...>, xml-dev@l...
  • Date: Tue, 22 May 2001 10:38:12 -0400

Tim Bray wrote:
> 
> At one level, what's going on in the following is pretty
> obvious and natural:
> 
>  <xx:family xmlns:xx="some-namespace">
>    <address> ... </address>
>    <children>
>     <son>Rob</son>
>     <daughter>Sally</daughter>
>     </children>
>   </xx:family>
> 
[snip]
> 
> I just don't see that the admirable simplicity of the 
> first example above is quite pleasing enough to justify 
> the cost, which is considerable. -Tim
> 

Simple is good. To my eye this is even simpler:

<family xmlns="some-namespace">
    <address> ... </address>
    <children>
        <son>Rob</son>
        <daughter>Sally</daughter>
    </children>
</family>

-Jonathan



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member