Вход на сайт
Сгенерировать .xml
127 просмотров
Перейти к просмотру всей ветки
в ответ Knusprig 20.02.11 18:34
Вот. Продвинутые выставили на аллруссиан пример xml.
Но как они его делали никто не говорит.
В ответ на:
Исходный текст
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Kartina TV</title>
<link>http://192.168.178.27/</link>
<item>
<title>1. Первый (2)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/ort.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=2&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/ort.gif" />
</item>
<item>
<title>2. ORT International (371)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/ort.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=371&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/ort.gif" />
</item>
<item>
<title>3. Россия 1 (3)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/russia.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=3&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/russia.gif" />
</item>
</channel>
</rss>
Исходный текст
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Kartina TV</title>
<link>http://192.168.178.27/</link>
<item>
<title>1. Первый (2)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/ort.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=2&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/ort.gif" />
</item>
<item>
<title>2. ORT International (371)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/ort.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=371&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/ort.gif" />
</item>
<item>
<title>3. Россия 1 (3)</title>
<description><![CDATA[<p><img src="http://core.rodnoe.tv/img/ico/tv/russia.gif" /> ]]></description>
<enclosure url="http://192.168.178.27/kartina/stream.php?id=3&user=xxx&pass=xxx" type="video/h264" />
<icon url="http://core.rodnoe.tv/img/ico/tv/russia.gif" />
</item>
</channel>
</rss>
Но как они его делали никто не говорит.
