Answer the question
In order to leave comments, you need to log in
How to format the text in the description (description) of an xml file for rss (google feedburner)?
There is an xml file for rss (google feedburner e-mail):
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Заголовок</title>
<link>http://mysite.ru</link>
<description>Новости сайта</description>
<webMaster>[email protected]</webMaster>
<image>
<url>http://mysite.ru/images/logo_88_31.jpg</url>
<title>заголовок для картинки</title>
<link>http://mysite.ru/</link>
</image>
<item>
<title>Заголовок новости 1</title>
<link>http://mysite.ru/news1.php</link>
<description>
Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1 Текст новости 1
</description>
</item>
<item>
<title>Заголовок новости 2</title>
<link>http://mysite.ru/news2.php</link>
<description>
Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2 Текст новости 2
</description>
</item>
</channel>
</rss>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question