plain-xml: Difference between revisions
m (linked to plain-old-xml-considered-harmful) |
CnaroLoual (talk | contribs) m (acoutaolodel) |
||
Line 1: | Line 1: | ||
ororrac | |||
= Plain XML = | = Plain XML = | ||
Line 10: | Line 11: | ||
* [http://ln.hixie.ch/?start=1064828134&count=1 Never send content in proprietary (XML) formats over the wire] by Ian Hickson | * [http://ln.hixie.ch/?start=1064828134&count=1 Never send content in proprietary (XML) formats over the wire] by Ian Hickson | ||
* [http://blog.davidjanes.com/mtarchives/2005_10.html#003410 David Janes on the failure of *plain XML* approaches] | * [http://blog.davidjanes.com/mtarchives/2005_10.html#003410 David Janes on the failure of *plain XML* approaches] | ||
* [http://www.tbray.org/ongoing/When/200x/2006/01/08/No-New-XML-Languages | * [http://www.tbray.org/ongoing/When/200x/2006/01/08/No-New-XML-Languages Donât Invent XML Languages] by Tim Bray | ||
* [http://www.artima.com/weblogs/viewpost.jsp?thread=146647 Which Part of "No XML" Don't You Understand?] by Guido van Rossum | * [http://www.artima.com/weblogs/viewpost.jsp?thread=146647 Which Part of "No XML" Don't You Understand?] by Guido van Rossum | ||
* [http://adactio.com/journal/1212/ More thoughts on portable social networks] by Jeremy Keith. In particular: <blockquote style="margin:0;padding:0"><ol><li>Publishing XML is hard, certainly harder than publishing HTML.</li><li>Out of sight is out of mind.</li></ol></blockquote> | * [http://adactio.com/journal/1212/ More thoughts on portable social networks] by Jeremy Keith. In particular: <blockquote style="margin:0;padding:0"><ol><li>Publishing XML is hard, certainly harder than publishing HTML.</li><li>Out of sight is out of mind.</li></ol></blockquote> | ||
Line 19: | Line 20: | ||
* [http://blog.360.yahoo.com/blog-TBPekxc1dLNy5DOloPfzVvFIVOWMB0li?p=602 XML on the Web is Dead] by Douglas Crockford | * [http://blog.360.yahoo.com/blog-TBPekxc1dLNy5DOloPfzVvFIVOWMB0li?p=602 XML on the Web is Dead] by Douglas Crockford | ||
* [http://www.oreillynet.com/xml/blog/2006/12/xml_and_the_next_web_and_the_p_1.html XML and the Next Web (and the Previous...)] by Simon St. Laurent: <blockquote><p><strong>XML was originally | * [http://www.oreillynet.com/xml/blog/2006/12/xml_and_the_next_web_and_the_p_1.html XML and the Next Web (and the Previous...)] by Simon St. Laurent: <blockquote><p><strong>XML was originally âSGML on the Webâ</strong>, planned as a drastic change. Instead of tag soup HTML and just-implemented CSS, XML would provide a solid base format for information, XLink would offer much improved hypertext capabilities, and XSL would render all that information into something much prettier and more controllable.</p><p><strong>XML pretty completely missed its original target market.</strong> SGML culture and web developer culture seemed like a poor fit on many levels, and I canât say I even remember a concerted effort to explain what XML might mean to web developers, or to ask them whether this new vision of the Web had much relationship to what they were doing or what they had planned. <strong>SGML/XML culture and web culture never really meshed.</strong></p><p>Instead, XML took over much of SGMLâs role in the publishing world, offered itself as a common format for data interchange, and became the foundation for a whole set of projects mistakenly called âweb servicesâ. <strong>That work on web services has proven to be about as successful on the Web as the original âSGML for the Webâ vision.</strong></p><p><strong>Once again, no one paused to asked the web folk what they might actually want</strong>, and programmersâ visions yielded a replacement for CORBA and mainframe messaging rather than lightweight tools that web developers might find useful. No matter, though - those web developers eventually figured out that HTTP could carry bits of XML well enough to solve many of their problems, without requiring them to dive deeply into either XML or protocol design.</p></blockquote> | ||
* ... | * ... |
Revision as of 09:45, 19 December 2008
ororrac
Plain XML
Reference
W3C XML home page: W3C XML
Criticism
A collection of critical thoughts on "plain" or "generic" XML, why it can be considered harmful etc.
- plain-old-xml-considered-harmful - feel free to add to this specific page from the below resources.
- Never send content in proprietary (XML) formats over the wire by Ian Hickson
- David Janes on the failure of *plain XML* approaches
- Donât Invent XML Languages by Tim Bray
- Which Part of "No XML" Don't You Understand? by Guido van Rossum
- More thoughts on portable social networks by Jeremy Keith. In particular:
- Publishing XML is hard, certainly harder than publishing HTML.
- Out of sight is out of mind.
Doomed
Back when I saw Douglas Crockford speak on JSON at the Silicon Valley Code Camp on 2006-10-07, I realized that with HTML+microformats for document content (user authored data), and JSON for API data (machine generated data), where did that leave XML? Nowhere it seems. I asked Douglas Crockford after his session, and have been mentioning it informally to a few people since, partially to get critical feedback on my reasoning, and partially to pass on a general questioning of the XML religion. It seems that this meme has been propagating quite well. Tantek 16:46, 31 Jan 2007 (PST)
- XML on the Web is Dead by Douglas Crockford
- XML and the Next Web (and the Previous...) by Simon St. Laurent:
XML was originally âSGML on the Webâ, planned as a drastic change. Instead of tag soup HTML and just-implemented CSS, XML would provide a solid base format for information, XLink would offer much improved hypertext capabilities, and XSL would render all that information into something much prettier and more controllable.
XML pretty completely missed its original target market. SGML culture and web developer culture seemed like a poor fit on many levels, and I canât say I even remember a concerted effort to explain what XML might mean to web developers, or to ask them whether this new vision of the Web had much relationship to what they were doing or what they had planned. SGML/XML culture and web culture never really meshed.
Instead, XML took over much of SGMLâs role in the publishing world, offered itself as a common format for data interchange, and became the foundation for a whole set of projects mistakenly called âweb servicesâ. That work on web services has proven to be about as successful on the Web as the original âSGML for the Webâ vision.
Once again, no one paused to asked the web folk what they might actually want, and programmersâ visions yielded a replacement for CORBA and mainframe messaging rather than lightweight tools that web developers might find useful. No matter, though - those web developers eventually figured out that HTTP could carry bits of XML well enough to solve many of their problems, without requiring them to dive deeply into either XML or protocol design.
- ...