Can I parse RSS feeds like this?
$xh = xslt_create(); $result = xslt_process($xh, "http://www.medicinenet.com/rss/general/Heart.xml", "file://C:/Program Files/Apache Group/Apache2/htdocs/hrl/xsl/RssArticles.xsl",NULL);
Have you tried?
Yes, I tried but it can't open the RSS xml file. So I wonder if it's path problem. Is there a way to parse RSS?
janejiang
Did you solve this? I am also looking for a way to read rss feeds with php.
http://magpierss.sourceforge.net/