1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/wellformed/namespace/rss2.0xlink.xml

12 lines
728 B
XML
Raw Normal View History

<!--
Description: SVG
Expect: not bozo and entries[0]['description'] == '<svg baseProfile="full" height="200px" version="1.1" width="300px" xmlns="http://www.w3.org/2000/svg"><a xlink:href="http://example.com/" xmlns:xlink="http://www.w3.org/1999/xlink"><circle cx="150px" cy="100px" fill="#ff0000" r="50px" stroke="#000000" stroke-width="5px"></a></svg>'
-->
<rss version="2.0">
<channel>
<item>
<description>&lt;svg version="1.1" baseProfile="full" width="300px" height="200px" xmlns="http://www.w3.org/2000/svg"&gt;&lt;a xlink:href="http://example.com/"&gt;&lt;circle cx="150px" cy="100px" r="50px" fill="#ff0000" stroke="#000000" stroke-width="5px" /&gt;&lt;/a&gt;&lt;/svg&gt;</description>
</item>
</channel>
</rss>