1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 12:28:56 +00:00
Files
UXP/toolkit/components/feeds/test/xml/rss2/feed_link_cdata.xml
T

14 lines
246 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: channel link works w/ CDATA
Expect: feed.link.spec == 'http://mozilla.org/'
-->
<rss version="2.0" >
<channel>
<link>
<![CDATA[http://mozilla.org/]]>
</link>
</channel>
</rss>