How do I use jQuery to create a new window with XML content?
or to replace current XHTML window with XML window so browsers can correctly interpret it as RSS feed ?
Flow:
- User clicks a button to get RSS feed
- jQuery ajax() is used to retrieve RSS/Atom XML content
- RSS/Atom will be written to new browser window (and/or replace current window)