<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Import XML feed</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 17:37:23 -0000</pubDate>

		<item>
			<title>vice</title>
			<description><![CDATA[If you know a little PHP, then you can write your own plugin. I used to write for themselves, this RSS graber.<br />
<div class="highlight"><pre class="php">echo '&lt;div id=&quot;main&quot;&gt;&lt;div align=&quot;justify&quot;&gt;'; 
//point to an xml file
$feed = &quot;http://www.opennet.ru/opennews/opennews_mini_full.rss&quot;;
//create object
$sxml = simplexml_load_file($feed);
echo &quot;&lt;center&gt;&lt;h2&gt; ГОРЯЧИЕ НОВОСТИ. ПОДРОБНО. 
&lt;/h2&gt;&lt;/center&gt;
&lt;img align=left src=https://www.cotonti.com/skins/ice/img/cofcup.jpg &gt; 
 &lt;br&gt;&lt;br&gt;&quot;;
//echo &quot;&lt;h2&gt;{$sxml-&gt;channel-&gt;title}&lt;/h2&gt;\n&quot;;
$i = 1;
foreach ($sxml-&gt;channel-&gt;item as $item){
$strtemp = &quot;&lt;font color=blue&gt;$item-&gt;title&lt;/font&gt;&lt;br&gt;$item-&gt;description&lt;br&gt;&quot;;
$strtemp = iconv(&quot;utf-8&quot;, &quot;windows-1251&quot;, $strtemp);  
$strtemp = strip_tags($strtemp, '&lt;p&gt;&lt;br&gt;&lt;font&gt;');
$newtext = ereg_replace(&quot;(&#091;&#091;:alnum:&#093;&#093;+)://(&#091;^&#091;:space:&#093;&#093;*)(&#091;&#091;:alnum:&#093;#?/&amp;=&#093;)|Источник:&quot;,&quot;&quot;,$strtemp);
echo $newtext;
echo '&lt;center&gt;&lt;img src=https://www.cotonti.com/skins/ice/img/cup.png&gt;&amp;nbsp
&lt;img src=https://www.cotonti.com/skins/ice/img/cup.png&gt;&amp;nbsp
&lt;img src=https://www.cotonti.com/skins/ice/img/cup.png&gt;
&lt;/center&gt;&lt;br&gt;';
$i++;
if ($i &gt; 5) break;  
} 
echo '&lt;/div&gt;&lt;/div&gt;';
</pre></div>
<br />
An example of how it looks <a href="http://linux.povorotka.org.ua/plug.php?e=feed" rel="nofollow">http://linux.povorotka.org.ua/plug.php?e=feed</a>]]></description>
			<pubDate>вс, 14 ноя 2010 16:42:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5997&d=0#post27005]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[I used that one when I was still using Seditio, but i'm having problems with it on Cotonti.<br />
<br />
I thought maybe there was a simple option in Cotonti.]]></description>
			<pubDate>сб, 06 ноя 2010 07:41:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5997&d=0#post26886]]></link>
		</item>
		<item>
			<title>Kaan</title>
			<description><![CDATA[<a href="http://neocrome.net/forums.php?m=posts&amp;p=132464#132464" rel="nofollow">http://neocrome.net/forums.php?m=posts&amp;p=132464#132464</a><br />
<br />
The solution has a name - RSS reader. Download it here:<br />
<a href="http://www.neocrome.net/datas/users/5280-plug-rssreader.rar" rel="nofollow">http://www.neocrome.net/datas/users/5280-plug-rssreader.rar</a>]]></description>
			<pubDate>сб, 06 ноя 2010 07:30:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5997&d=0#post26885]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[[Commercial Plugin] RSS Reader:<br />
<a href="https://www.cotonti.com/datas/users/rssreader_183.jpg"><img src="https://www.cotonti.com/datas/thumbs/rssreader_183.jpg" alt="" class="scale" /></a><br />
Demo: <a href="http://sandbox.seditio.by/" rel="nofollow">http://sandbox.seditio.by/</a>]]></description>
			<pubDate>сб, 06 ноя 2010 03:46:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5997&d=0#post26884]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[I couldn't find a solution by using the search function, my question is what the easiest way is to import a .xml feed into a page?<br />
<br />
I tried using: <em>include:http://www.xmlfeedurl.com/feed.xml</em> but that wont work because it's trying to import a page from a folder on the server.<br />
<br />
Thanks in advance.]]></description>
			<pubDate>сб, 06 ноя 2010 02:15:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5997&d=0#post26882]]></link>
		</item>
	</channel>
</rss>