Tests to ensure that the double-encoding bug fix works.
[catagits/XML-Feed.git] / t / samples / rss20-double.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <rss xmlns:atom='http://www.w3.org/2005/Atom'
3      xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
4      xmlns:georss='http://www.georss.org/georss'
5      xmlns:thr='http://purl.org/syndication/thread/1.0'
6      version='2.0'>
7   <channel>
8     <atom:id>tag:blogger.com,1999:blog-5910101498857524639</atom:id>
9     <lastBuildDate>Sun, 24 Apr 2011 08:19:48 +0000</lastBuildDate>
10     <title>Perl for president</title>
11     <description>our $blog = new Nice::Perl;</description>
12     <link>http://niceperl.blogspot.com/</link>
13     <managingEditor>noreply@blogger.com (prz)</managingEditor>
14     <generator>Blogger</generator>
15     <openSearch:totalResults>25</openSearch:totalResults>
16     <openSearch:startIndex>1</openSearch:startIndex>
17     <openSearch:itemsPerPage>25</openSearch:itemsPerPage>
18     <item>
19       <guid isPermaLink='false'>tag:blogger.com,1999:blog-5910101498857524639.post-5795437297335601353</guid>
20       <pubDate>Sun, 24 Apr 2011 08:08:00 +0000</pubDate>
21       <atom:updated>2011-04-24T10:19:48.222+02:00</atom:updated>
22       <category domain='http://www.blogger.com/atom/ns#'>perl dancer cpan</category>
23       <title>CPAN Module review - Web apps</title>
24       <description>When I'm developing web applications, I use those frameworks that make my work easier. The size of the webs is not big and I have been working with &lt;a href="http://search.cpan.org/perldoc?CGI::Application"&gt;CGI::Application&lt;/a&gt; for years. In a recent search, I have found &lt;a href="http://search.cpan.org/perldoc?Dancer"&gt;Dancer&lt;/a&gt;. This framework handles the routes concept (an idea from &lt;a href="http://www.sinatrarb.com/"&gt;Ruby's Sinatra&lt;/a&gt;); routes are paths which are binded to code. For example:&lt;br /&gt;&lt;br /&gt;&lt;table bgcolor="#f0f0f0" border="1" cellpadding="7" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;get&lt;/b&gt; '/home' =&amp;gt; &lt;b&gt;sub&lt;/b&gt; { 'Hi, this is home!' };&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;There are a lot of plugins available (database, logging, session handling, REST, AJAX, validation, templates, WebSocket, ...) at CPAN. You can write your own plugin by subclassing &lt;a href="http://search.cpan.org/perldoc?Dancer::Plugin"&gt;Dancer::Plugin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The framework comes with a script that builds the skeleton of your application, with a nice structure in folders: views, libs, ... it takes seconds to start a new application.&lt;br /&gt;&lt;br /&gt;I &amp;nbsp;definitely recommend &lt;a href="http://search.cpan.org/perldoc?Dancer"&gt;Dancer&lt;/a&gt; to you. Just install and try!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5910101498857524639-5795437297335601353?l=niceperl.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
25       <link>http://niceperl.blogspot.com/2011/04/cpan-module-review-web-apps.html</link>
26       <author>noreply@blogger.com (prz)</author>
27       <thr:total>0</thr:total>
28     </item>
29   </channel>
30 </rss>