File: cdf_item_abstract_xml_base.xml

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
Description: CDF item abstract xml:base
Expect:      not bozo and entries[0]['summary_detail']['base'] == 'http://base.example.org/'
-->
<CHANNEL
  BASE="http://base.example.org/"
  HREF="http://www.example.org/"
  LASTMOD="2004-04-06T23:05:43-05:00"
  PRECACHE="No">
  <TITLE>channel title</TITLE>
  <ABSTRACT>channel abstract</ABSTRACT>
  <ITEM HREF="/item/1"
    PRECACHE="No"
    LASTMOD="2004-04-06T23:05:43-05:00">
    <TITLE>item title</TITLE>
    <ABSTRACT>item abstract</ABSTRACT>
  </ITEM>
</CHANNEL>