Ian Hickson wrote:
The only special case I can think of is getting an XML or HTML file parsed into a DOM

Frankly, either the innerHTML thing or something like Gecko's DOMParser seems like a much much better approach to this than hacking together XMLHttpRequest with a data: URI that you then have to generate, etc.

-Boris

Reply via email to