~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to tests/wellformed/rdf/rdf_item_rdf_about.xml

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Galisteo
  • Date: 2007-01-09 15:27:45 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109152745-pg3zhn67yyaumwv3
Tags: 4.1-7
Fixed css link for *.html inside /doc. (Closes: #405343)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
Description: item rdf:about
3
 
Expect:      not bozo and entries[0]['id'] == u'http://example.org/1'
4
 
-->
5
 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
6
 
<channel rdf:about="http://example.com/index.rdf">
7
 
  <items>
8
 
    <rdf:Seq>
9
 
      <rdf:li resource="http://example.org/1"/>
10
 
    </rdf:Seq>
11
 
  </items>
12
 
</channel>
13
 
<item rdf:about="http://example.org/1">
14
 
</item>
15
 
</rdf:RDF>
 
 
b'\\ No newline at end of file'