Created
April 10, 2025 21:46
-
-
Save nurbektorbayev/fda219d800560eeacd31e13ef6967a40 to your computer and use it in GitHub Desktop.
sample-mrss-for-feed.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"> | |
| <channel> | |
| <name>Sample MRSS Feed</name> | |
| <description>This is a sample MRSS feed with custom tags.</description> | |
| <items> | |
| <item> | |
| <name>image1.jpg</name> | |
| <clickout_url>https://example.com/item1</clickout_url> | |
| <url>https://petsi.net/images/dogbreed/big/buryat-mongolskiy-volkodav.jpg</url> | |
| <price>19.99</price> | |
| <description>High-quality photo of a Buryat-Mongolian Wolfhound.</description> | |
| </item> | |
| <item> | |
| <name>image2.jpg</name> | |
| <clickout_url>https://example.com/item2</clickout_url> | |
| <url>https://lapkins.ru/upload/iblock/1cc/soxntqrsj8kkl5hzryxmqvhkvbt0ysjx.jpg</url> | |
| <price>24.99</price> | |
| <description>Beautiful image of a fluffy dog.</description> | |
| </item> | |
| </items> | |
| </channel> | |
| </rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment