Subject:How can I read browser view source using XSLT and XPATH Author:Jay Upadhyay Date:01 Jan 2007 11:06 PM
Hi there,
We are using a third party application for internal use. It has RSS feed functionality on each page. If I click on RSS link, it opens a page which displays HTML output on the browser with some extra information but if I check view source of that page, which is actually complete XML file with the information I need. Is there any way to read view source as I don't want to use URL and want to generate new output using the view source XML file. Please let me know if you need more information.
Subject:How can I read browser view source using XSLT and XPATH Author:Minollo I. Date:01 Jan 2007 11:35 PM
Most browsers interpret RSS feeds with their own built HTLM transformation; and that's what you usually see - except when you do View Source.
Nothing prevents you from creating an XSLT and using the RSS URL as the input for that XSLT; at that point you are in control of how to render the RSS.