9.
Apr 21, 2006 5:42 PM

in response to:
leofish
Re: AJAX in the spotlight next week and beyond
You guys dis-advocating XML have good points, but keep in mind the whole idea of XML was interoperability. If the data is solely of use to your app only then that's fine, but if it's going to be repurposed later, eg, mashups, it's may make sense to keep it universally parsable (not just by JavaScript).
The whole nature of Web 2.0 is getting away from silos. My data is your data. Also XHTML + XML tends to be a good fit.
But by all means use what is appropriate. Binary data is also nice and clean (as long as a machine is doing the parsing, not a human!).