Last active
July 8, 2025 13:47
-
-
Save Qraxin/d66c57e13215ff27ea53adcc65882773 to your computer and use it in GitHub Desktop.
Diff level structure
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> | |
<basicData> | |
<names> | |
<name>image1.jpg</name> | |
</names> | |
</basicData> | |
<urls-data> | |
<clickout_url>https://example.com/item1</clickout_url> | |
<url>https://petsi.net/images/dogbreed/big/buryat-mongolskiy-volkodav.jpg</url> | |
</urls-data> | |
<price>19.99</price> | |
<description>High-quality photo of a Buryat-Mongolian Wolfhound.</description> | |
</item> | |
<item> | |
<basicData> | |
<names> | |
<name>image2.jpg</name> | |
</names> | |
</basicData> | |
<urls-data> | |
<clickout_url>https://example.com/item2</clickout_url> | |
<url>https://lapkins.ru/upload/iblock/1cc/soxntqrsj8kkl5hzryxmqvhkvbt0ysjx.jpg</url> | |
</urls-data> | |
<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