What is XML good for and when should i be using it?
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-05-20T08:08:15Z
Indexed on
2010/05/20
8:10 UTC
Read the original article
Hit count: 145
I'm curious, I've been developing pretty powerful websites/web apps, and I've never learnt XML, even odder I've never really felt the need to. It's not like Curl or Prepared Statements where before knowing what they did and how they worked I had a feeling 'there's got to be an easier way to do this!' or 'there's got to be something designed for this!'.
Currently I work with MySQL and JSON and I don't have this feeling of 'I need to learn that' (XML), this must be wrong!
I'm really interested to hear some compelling arguments for XML, and learn about things which it can do beter than JSON or MySQL (or some other aspect of web dev) and when i should be using it!
© Stack Overflow or respective owner