Re: [xml-dev] Is the set of languages expressible using XML a superset of the set of languages expressible using JSON?

From
Kurt Cagle <>
To
Date
2022-01-24T07:03:58Z
ID
<CALm0LSFVK-mrMF1ph-=>
Thread
Re: [xml-dev] Is the set of languages expressible using XML a superset of the set of languages expressible using JSON?
As currently configured, an XML document can be rendered via CSS or XSLT within most modern browsers as XHTML, HTML, SVG or other established formats (unless that's changed recently). JSON does not support that capability right now.

Kurt Cagle
Community/Managing Editor
Data Science Central, A TechTarget Property
443-837-8725


On Sun, Jan 23, 2022 at 6:28 PM Ihe Onwuka <[email protected]> wrote:

On Sun, Jan 23, 2022 at 6:15 PM Roger L Costello <[email protected]> wrote:
Hi Folks,

An XML language can be created to express Bookstores. 

.....which allied with an XML schema can semantically represent books, magazines and newspapers as types of Publication (remember). A JSON document with or without an accompanying JSON Schema cannot do that.