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

  • From: "David Lee" <dlee@c...>
  • To: "'Pete Cordell'" <petexmldev@c...>, "'rjelliffe'" <rjelliffe@a...>, "'Xml-Dev''" <xml-dev@l...>
  • 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@c...
http://www.xmlsh.org

-----Original Message-----
From: Pete Cordell [mailto:petexmldev@c...] 
Sent: Monday, December 06, 2010 10:22 AM
To: rjelliffe; Xml-Dev'
Subject: Re:  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@l...
subscribe: xml-dev-subscribe@l...
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]


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