[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XML2.0: Truncated End Tags (Was: Fixing what's broke)
- From: "David Lee" <dlee@calldei.com>
- To: "'Pete Cordell'" <petexmldev@codalogic.com>, "'rjelliffe'" <rjelliffe@allette.com.au>, "'Xml-Dev''" <xml-dev@lists.xml.org>
- Date: Mon, 6 Dec 2010 11:04:00 -0500
If you really value conciseness above all else there is always attributes
JSON:
{ "element" : { "a1" : "value1" , "a2" : "value2" } }
XML
<element a1="value1" a2="value2"/>
This whole "JSON is more compact" theory is a red herring.
----------------------------------------
David A. Lee
dlee@calldei.com
http://www.xmlsh.org
-----Original Message-----
From: Pete Cordell [mailto:petexmldev@codalogic.com]
Sent: Monday, December 06, 2010 10:22 AM
To: rjelliffe; Xml-Dev'
Subject: Re: [xml-dev] XML2.0: Truncated End Tags (Was: Fixing what's broke)
Original Message From: "rjelliffe"
> And, in an case, there is an alternative syntax available for end-tags
> (from SGML natch), which is </>.
I really like the idea of using </> as an end tag. Comparing JSON Vs. XML
with truncated end tags you have:
"MyString":"A string",
<MyString>A string</>
and
"MyInt":123,
<MyInt>123</>
For the string XML is one character shorter, and for the number XML is one
character longer. Allowing the parser to fill in missing end tag names
would allow something like:
<MyElement>
<MyString>A string</>
<MyInt>123</>
</MyElement>
Maybe still not as pretty, but harder to knock it in terms of verbosity.
Pete Cordell
Codalogic Ltd
Interface XML to C++ the easy way using C++ XML
data binding to convert XSD schemas to C++ classes.
Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com
for more info
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]