[jQuery] Re: Access DOM cross-domain

2009-02-09 Thread jay
That would work, and would probably be less CPU and bandwidth intensive. I was concerned about special characters initially, and wanted to make a proof of concept. Does what I'm doing make any sense to do though? Am I correct in that a read-only version of the DOM is unavailable otherwise? On

[jQuery] Re: Access DOM cross-domain

2009-02-09 Thread Ricardo Tomasi
Why not simply use escaped plain text? On Feb 9, 6:04 pm, jay wrote: > I'm playing around with writing a server-side script that generates > JSONP from content that is downloaded by the script (URL is passed to > script from querystring).  Is there a better way to do it than to > encode it as ba