You probably misunderstand XML
lemire.me
You probably misunderstand XML
1–10 of 31 posts
Re: You probably misunderstand XML
#2Re: You probably misunderstand XML
#3That's laws of natural selection at work.
Re: You probably misunderstand XML
#4Dupe, and not very old at that: http://news.ycombinator.com/item?id=1916489 .
Re: You probably misunderstand XML
#5He taught an entire course on XML, which he calls a "great meta-example on how to deal with semi-structured data"? And his only defense of XML over JSON is... it's worked ok for some file formats?
The only point in this whole article is that XML is not well-suited for RPCs, though he fails to argue that it's well-suited for anything else.
One argument is that XML is better than JSON for use cases like XHTML, where you heavily mix tags and content. I get the feeling XML wasn't really made for this case, though, it was made for the JSON-like case. Processing XHTML with E4X (the "XML for JavaScript" standard) is painful, and XML libraries in general assume your document basically consists of a tree of tags, maybe with text nodes at the leaves.
I was expecting some argument invoking the power of DTDs and XSLT or whatever else, or the original point of XML that people overlook, and all I got was an extremely weak defense of XML from someone who taught a whole course on it.
Re: You probably misunderstand XML
#6Dupe, and not very old at that: http://news.ycombinator.com/item?id=1916489 .
I looked for a prior submission before posting - search and browse. Somehow I missed it.
http://searchyc.com/submissions/xml?sort=by_date
First result.
Re: You probably misunderstand XML
#7Re: You probably misunderstand XML
#8Thumbs down. He taught an entire course on XML, which he calls a "great meta-example on how to deal with semi-structured data"? And his only defense of XML over JSON is... it's worked ok for some file formats? The only point in this whole article is that XML is not well-suited for RPCs, though he fails to argue that it's well-suited for anything else. One argument is that XML is better than JSON for use cases like XH…
This is exactly what I thought. XSL-T is amazing, but under-used because it's such a pain.
Re: You probably misunderstand XML
#9Thumbs down. He taught an entire course on XML, which he calls a "great meta-example on how to deal with semi-structured data"? And his only defense of XML over JSON is... it's worked ok for some file formats? The only point in this whole article is that XML is not well-suited for RPCs, though he fails to argue that it's well-suited for anything else. One argument is that XML is better than JSON for use cases like XH…