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>
|