<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn XML &#187; sun</title>
	<atom:link href="http://www.learnxmlws.com/tag/sun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 07:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why doesnt this script work? It uses php in an XML file to display RSS feeds?</title>
		<link>http://www.learnxmlws.com/why-doesnt-this-script-work-it-uses-php-in-an-xml-file-to-display-rss-feeds/</link>
		<comments>http://www.learnxmlws.com/why-doesnt-this-script-work-it-uses-php-in-an-xml-file-to-display-rss-feeds/#comments</comments>
		<pubDate>Sat, 15 May 2010 15:24:08 +0000</pubDate>
		<dc:creator>xml guru</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[glasgow church]]></category>
		<category><![CDATA[iso 8859]]></category>
		<category><![CDATA[kluk]]></category>
		<category><![CDATA[lt xml]]></category>
		<category><![CDATA[news bbc co uk]]></category>
		<category><![CDATA[old man]]></category>
		<category><![CDATA[php echo]]></category>
		<category><![CDATA[police lt]]></category>
		<category><![CDATA[polish student]]></category>
		<category><![CDATA[scotland glasgow]]></category>
		<category><![CDATA[stm]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/why-doesnt-this-script-work-it-uses-php-in-an-xml-file-to-display-rss-feeds/</guid>
		<description><![CDATA[Hi, i made this script, its supposed to show rss feeds in xml. I saved the file as .php so that the php statements are shown. But why don&#8217;t they show? They show in normal file so why not in this? It should create then show the value &#34;hello&#34; in the text. &#60;?xml version=&#34;1.0&#34; encoding=&#34;ISO-8859-1&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, i made this script, its supposed to show rss feeds in xml. I saved the file as .php so that the php statements are shown. But why don&#8217;t they show? They show in normal file so why not in this? It should create then show the value &quot;hello&quot; in the text.</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;<br />
&lt;rss version=&quot;2.0&quot;&gt;&lt;channel&gt;<br />
&lt;item&gt;<br />
        &lt;title&gt;&lt;?php $i = &quot;hello&quot;; echo &quot;$i&quot;; ?&gt;&lt;/title&gt;<br />
        &lt;description&gt;Police &lt;?php echo &quot;$i&quot;; ?&gt;confirm a body found inside a Glasgow church is that of missing Polish student Angelika Kluk, as a 60-year-old man is arrested.&lt;/description&gt;<br />
        &lt;link&gt;http://news.bbc.co.uk/go/rss/-/1/hi/scotland/glasgow_and_west/5396272.stm&lt;/link&gt;</p>
<p>&lt;guid isPermaLink=&quot;false&quot;&gt;http://news.bbc.co.uk/1/hi/scotland/glasgow_and_west/5396272.stm&lt;/guid&gt;<br />
&lt;pubDate&gt;Sun, 01 Oct 2006 09:23:50 GMT&lt;/pubDate&gt;<br />
&lt;category&gt;Glasgow and West&lt;/category&gt;<br />
&lt;/item&gt;<br />
&lt;/channel&gt;<br />
&lt;/rss&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/why-doesnt-this-script-work-it-uses-php-in-an-xml-file-to-display-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>196</slash:comments>
		</item>
	</channel>
</rss>

