+ 3
Do we use XML anymore?
12 Respostas
+ 9
recently worked with EWS (Exchange Web Services)
it uses XML and it was not fun ._.
anyhow....
picked some sites with some reasons why to use it, hope it helps
https://www.lifewire.com/reasons-to-use-xml-3471386
https://www.quora.com/Is-XML-still-used-today-If-so-what-is-it-used-for
https://www.drupal.org/project/usage/xmlsitemap
https://sdtimes.com/communication-protocols/json-vs-xml-battle-format-supremacy-may-wasted-energy/
+ 8
In some cases it is still highly used, a good example of this is Android.
+ 4
I think we use JSON instead
+ 2
I just know that HTML was based off of XML
+ 2
Indeed. Developers realized that writing nested tags isn't as efficient as json.
XML:
<myValue>3.14</myValue>
JSON:
{
"myValue" : "3.14"
}
+ 2
Thanks y'all
+ 1
xml is great for data in a tree-structure, example: opening book for a JavaScript based chess-engine.
0
Thank you to allđđ!!
0
yes but JSON is taking over
0
what is this?
0
a cat
0
I know you can do this :
<note>I am a note!</note>
BUT it does not look fun