XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] XML vs JSON

My own two cents:

https://www.linkedin.com/pulse/smackdown-xml-vs-json-kurt-cagle


Kurt Cagle
Founder, Semantical LLC



On Mon, Aug 21, 2017 at 12:43 AM, Ghislain Fourny <gfourny@inf.ethz.ch> wrote:
Dear Hans-Jürgen,

> could you venture a definition of the term "document" in this context?

There is a distinction commonly made in XML: data-oriented vs. document-oriented (even though I am not sure if this terminology is settled).

A data-oriented XML document looks like records, often with repeating patterns, exactly like in your own example:

<getFlights>
      <departureAirport>CGN</departureAirport>
      <departureDate>2017-08-18</departureDate>
</getFlights>

(further data can be nested as well). Such documents are easy to map to and from tables, for example.


A document-oriented XML document looks more like an HTML page with mixed content, XHTML and docbook being two prominent examples:

<paragraph>This is <bold>bold</bold> text and this is <italic>italic</italic> text</paragraph>


The former is similar in spirit to JSON -- this is where they "overlap" -- while the latter is one of XML's sweet spots, which explains why it is so popular in the publishing industry.

Kind regards,
Ghislain




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS