XML-RAI

 view release on metacpan or  search on metacpan

t/02-item.t  view on Meta::CPAN

    ['example34','link','http://www.example.com/ENTRY/ALTERNATE/LINK/','guid[@isPermaLink="true"]'],
    ['example35','link','http://www.example.com/ENTRY/ALTERNATE/LINK/','link'],
    ['example52','abstract','PLAINTEXT ENTRY SUMMARY','description'],
    ['example53','abstract','PLAINTEXT ENTRY SUMMARY','dc:description'],
    ['example54','abstract','PLAINTEXT ENTRY SUMMARY','dcterms:abstract'],
    ['example55','abstract','PLAINTEXT ENTRY SUMMARY','description'],
    ['example56','abstract','PLAINTEXT ENTRY SUMMARY','description[@type="text/plain"]'],
    ['example57','abstract','PLAINTEXT ENTRY SUMMARY','description'],
    ['example58','abstract','PLAINTEXT ENTRY SUMMARY','dc:description'],
    ['example59','abstract','PLAINTEXT ENTRY SUMMARY','dcterms:abstract'],
    ['example62','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','content:encoded'],
    ['example63','content','ENTRY CONTENT WITH <b>INLINE MARKUP</b>','xhtml:body'],
    ['example64','content','ENTRY CONTENT WITH <b>INLINE MARKUP</b>','xhtml:div'],
    ['example65','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','content:encoded'],
    ['example67','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','description[@type="text/html"]'],
    ['example68','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','description'],
    ['example72','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','dc:description'],
    ['example73','content','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','rss091:description'],
    ['example62','content_strict','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','content:encoded'],
    ['example63','content_strict','ENTRY CONTENT WITH <b>INLINE MARKUP</b>','xhtml:body'],
    ['example64','content_strict','ENTRY CONTENT WITH <b>INLINE MARKUP</b>','xhtml:div'],
    ['example65','content_strict','ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b>','content:encoded'],
    ['example76','format','text/html','dc:format'],
    ['example76','contributor','ENTRY CONTRIBUTOR 2','dc:contributor'],
    ['example76','coverage','ENTRY COVERAGE','dc:coverage'],
    ['example74','created_strict','2001-01-01T05:00:00+0000','dcterms:created'],
    ['example74','created','2001-01-01T05:00:00+0000','dcterms:created'],
    ['example76','created','2001-01-01T05:00:00+0000','dc:date'],
    ['example77','created','2000-01-01T12:00:00+0000','pubDate'], 
    ['example091','created','2000-01-01T12:00:00+0000','rss091:pubDate'],
    ['example76','creator','ENTRY CREATOR','dc:creator'],
    ['example77','creator','ENTRY CREATOR','author'],

t/x/example47.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="0.94">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>ENTRY SUMMARY WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</description>
  </item>
  </channel>
</rss>

t/x/example48.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="0.94">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description type="text/html">ENTRY SUMMARY WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</description>
  </item>
  </channel>
</rss>

t/x/example49.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>ENTRY SUMMARY WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</description>
  </item>
  </channel>
</rss>

t/x/example62.xml  view on Meta::CPAN

    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.example.com/archives/1" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://www.example.com/archives/1">
    <title>Hello world</title>
    <description>First post!</description>
    <link>http://www.example.com/archives/1</link>
    <content:encoded>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</content:encoded>
  </item>
</rdf:RDF>

t/x/example65.xml  view on Meta::CPAN

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>entry summary</description>
    <content:encoded>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</content:encoded>
  </item>
  </channel>
</rss>

t/x/example67.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="0.94">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description type="text/html">ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</description>
  </item>
  </channel>
</rss>

t/x/example68.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</description>
  </item>
  </channel>
</rss>

t/x/example69.xml  view on Meta::CPAN

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>entry summary</description>
    <content:encoded>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</content:encoded>
  </item>
  <image>
    <title>IMAGE TITLE</title>
    <url>http://www.example.com/IMAGE/LINK/</url>
    <link>http://www.example.com/IMAGE/LINKS/TO/</link>
    <description>IMAGE LINK DESCRIPTION</description>
    <height>42</height>
    <width>42</width>
  </image>
 </channel>

t/x/example72.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <dc:description>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</dc:description>
  </item>
  </channel>
</rss>

t/x/example73.xml  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rss091="http://purl.org/rss/1.0/modules/rss091#">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <rss091:description>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</rss091:description>
  </item>
  </channel>
</rss>



( run in 1.407 second using v1.01-cache-2.11-cpan-2c0d6866c4f )