|
Thanks much WA. Yes, that is the script. OK, the difficulty i have is that I am working in an environment where I cannot insert the javascript within the actual body of the page as it is done in that example. I cannot do so because the page is dynamically loaded elsewhere and I cannot alter the page content. So I need to use a routine within document onload (with jquery that would be document.ready) and handle the rss data and write it to the document. (I tried appending the javascript code to the document via jquery but that did not work).
G
|