xref: /aosp_15_r20/external/jsoup/src/test/resources/htmltests/test-rss.xml (revision 6da8f8c4bc310ad659121b84dd089062417a2ce2)
1*6da8f8c4SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8" ?>
2*6da8f8c4SAndroid Build Coastguard Worker<rss version="2.0">
3*6da8f8c4SAndroid Build Coastguard Worker
4*6da8f8c4SAndroid Build Coastguard Worker  <channel>
5*6da8f8c4SAndroid Build Coastguard Worker    <title>jsoup RSS news</title>
6*6da8f8c4SAndroid Build Coastguard Worker    <link>https://jsoup.org/</link>
7*6da8f8c4SAndroid Build Coastguard Worker    <description>jsoup HTML Parser News</description>
8*6da8f8c4SAndroid Build Coastguard Worker    <item>
9*6da8f8c4SAndroid Build Coastguard Worker      <title>jsoup Java HTML Parser release 1.12.2</title>
10*6da8f8c4SAndroid Build Coastguard Worker      <link>https://jsoup.org/news/release-1.12.2</link>
11*6da8f8c4SAndroid Build Coastguard Worker      <description>jsoup 1.12.2 is out now, with a great set of improvements to connections, W3C interoperability, speed, and many bug fixes.</description>
12*6da8f8c4SAndroid Build Coastguard Worker    </item>
13*6da8f8c4SAndroid Build Coastguard Worker    <item>
14*6da8f8c4SAndroid Build Coastguard Worker      <title>jsoup Java HTML Parser release 1.12.1</title>
15*6da8f8c4SAndroid Build Coastguard Worker      <link>https://jsoup.org/news/release-1.12.1</link>
16*6da8f8c4SAndroid Build Coastguard Worker      <description>jsoup 1.12.1 is out now, with a great set of improvements to connections, W3C interoperability, speed, and many bug fixes.</description>
17*6da8f8c4SAndroid Build Coastguard Worker    </item>
18*6da8f8c4SAndroid Build Coastguard Worker  </channel>
19*6da8f8c4SAndroid Build Coastguard Worker
20*6da8f8c4SAndroid Build Coastguard Worker</rss>
21