Re: XHR data: and javascript: requests

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

Received on Thursday, 4 October 2007 21:45:21 UTC