Is there more room for XML in the future?

Now that many people seem to be moving towards JSON for web communication, I wonder why XML should continue to be used.

I understand that XML has had many years in JSON, during which it has been widely accepted. However, the fact that it is so well received is apparently one of the decisive reasons why it should continue to be used.

Is there a good reason why XML should not be phased out in favor of JSON?

+5
source share
7 answers

Please note that JSON (JavaScript object designation) is an easy data exchange format, and XML (extensible markup language) is a set of rules for encoding documents electronically.

XML, therefore, is not a format, but a “protocol” for encoding different formats: XSLT, RSS, SOAP, RDF / XML and XHTML, just to name a few. Recently, JSON has become more popular as an exchange format mainly in web services, but the XML area is much wider. I would also say that the role of XML is key to the development of the semantic network .

+12
source

, JSON . , XML JSON?

<p>This is a paragraph where <b>only some</b> of
the text is bold and some <i>is italic</i></p>

, , , XML. JSON . XML, , .

, (- ) XML , , - .

+5

XML - , JSON. XML , XML XSLT, XML XPath. .

. JSON - , , . , XML .

+4

, , XML , XML, , . , , JSON XML .

+2

, imho ENTERPRISE XML. , , Google, json, , Oracle, Microsoft, , XML XML , , . - Java Script json . ( HTML, . : ), , XML javascript.

+2

XML : Oracle, MS SQL.

JSON? XML-, DOM/SAX, Linq to XML ..? , ... XML .

+1

, JSON XML. Javascript, JSON . , XSLT/XPATH JSON. - .

+1

All Articles