mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
25
toolkit/components/feeds/test/xml/rss1/feed_id.xml
Normal file
25
toolkit/components/feeds/test/xml/rss1/feed_id.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
|
||||
Description: RSS1 feed w/ feed rdf:about
|
||||
Expect: feed.id == 'http://www.xml.com/xml/news.rss'
|
||||
|
||||
-->
|
||||
<rdf:RDF
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://purl.org/rss/1.0/"
|
||||
xmlns:dc='http://purl.org/dc/elements/1.1/'>
|
||||
<channel rdf:about="http://www.xml.com/xml/news.rss">
|
||||
<title>Test</title>
|
||||
<link>http://xml.com/pub</link>
|
||||
<dc:description>another description</dc:description>
|
||||
</channel>
|
||||
<item rdf:about="http://example.com/hmm">
|
||||
<title>XML: A Disruptive Technology</title>
|
||||
<link>http://c.moreover.com/click/here.pl?r123</link>
|
||||
<dc:description>
|
||||
XML is placing increasingly heavy loads on the existing technical
|
||||
infrastructure of the Internet.
|
||||
</dc:description>
|
||||
</item>
|
||||
</rdf:RDF>
|
||||
Loading…
Add table
Add a link
Reference in a new issue