16 lines
332 B
XML
16 lines
332 B
XML
<!--
|
|
Description: source element
|
|
Expect: source.links[0].title == 'org' and source.links[0].href == 'http://www.example.org'
|
|
-->
|
|
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>foo</title>
|
|
<item>
|
|
<guid>http://example.com/1</guid>
|
|
<source url="http://www.example.org">org</source>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
|