<?xml version="1.0" encoding="UTF-8"?><rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xlink="http://www.w3.org/1999/xlink/"><rdf:Description rdf:about="http://www.clarkeology.com/m/2216/RSS+Enclosure+malarkey"><dc:date></dc:date><dc:subject rdf:resource="http://www.clarkeology.com/rss" /><dc:subject rdf:resource="http://www.clarkeology.com/perl" /><dc:subject rdf:resource="http://www.clarkeology.com/programming" /><dc:title>RSS Enclosure malarkey</dc:title><dc:description>Trying to put enclosures in my RSS using XML::RSS, but no matter what I try to add, the enclosure is ignored...%item = (  'enclosure' =&gt; {    'type' =&gt; 'text/html',    'length' =&gt; '877',    'url' =&gt; 'http://www.lauraashley.com/'  },  'link' =&gt; 'http:... </dc:description></rdf:Description></rdf:RDF>
