← Prev in month ← Prev in thread

RE: Just nodes please (was: Re: [xml-dev] XML2.0: Truncated End Tags (Was: Fixing what's broke))

From
David Lee <>
To
'Manos Batsis' <>,
Date
2010-12-06T16:34:00Z
ID
<[email protected]>
Thread
RE: Just nodes please (was: Re: [xml-dev] XML2.0: Truncated End Tags (Was: Fixing what's broke))
Nothing stopping your application from allowing  that equivalence.



----------------------------------------
David A. Lee

http://www.xmlsh.org


-----Original Message-----
From: Manos Batsis [mailto:] 
Sent: Monday, December 06, 2010 11:44 AM
To: David Lee;  >> XML Developers List
Subject: Just nodes please (was: Re: [xml-dev] XML2.0: Truncated End Tags (Was: Fixing what's broke))


On 12/06/2010 06:04 PM, David Lee wrote:
> If you really value conciseness above all else there is always attributes

On a sidenote, it would be great if

<node1 node2="node3" />

was equal to

<node1>
  <node2>node3</node2>
</node1>

so that APIs could be simplified and schemas could *actually* become 
extensible in practice.

My 0.2 euros.

Manos
← Prev in month ← Prev in thread