Do we use XML anymore? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Do we use XML anymore?

26th Aug 2018, 2:35 AM
Potato Hacker
Potato Hacker - avatar
12 Answers
26th Aug 2018, 7:51 AM
Burey
Burey - avatar
+ 8
In some cases it is still highly used, a good example of this is Android.
26th Aug 2018, 6:08 AM
Mickel
Mickel - avatar
+ 4
I think we use JSON instead
26th Aug 2018, 2:47 AM
voidneo
+ 2
I just know that HTML was based off of XML
26th Aug 2018, 3:21 AM
Potato Hacker
Potato Hacker - avatar
+ 2
Indeed. Developers realized that writing nested tags isn't as efficient as json. XML: <myValue>3.14</myValue> JSON: { "myValue" : "3.14" }
26th Aug 2018, 3:47 AM
voidneo
+ 2
Thanks y'all
29th Aug 2018, 8:02 PM
Potato Hacker
Potato Hacker - avatar
+ 1
xml is great for data in a tree-structure, example: opening book for a JavaScript based chess-engine.
26th Aug 2018, 4:40 PM
Rainer Wess
Rainer Wess - avatar
0
Thank you to all๐Ÿ˜๐Ÿ˜!!
27th Aug 2018, 1:30 AM
Potato Hacker
Potato Hacker - avatar
0
yes but JSON is taking over
27th Aug 2018, 11:23 AM
Charlie Da stiles
Charlie Da stiles - avatar
0
what is this?
27th Aug 2018, 1:04 PM
Xander Lim
Xander Lim - avatar
0
a cat
27th Aug 2018, 2:34 PM
voidneo
0
I know you can do this : <note>I am a note!</note> BUT it does not look fun
3rd Oct 2018, 1:45 AM
Potato Hacker
Potato Hacker - avatar