Trying to get an RSS feed aggregated into a site.
I have this in my project sitemap.xmap
<map:pipelines>
<map:pipeline>
<map:match pattern="resources.xml">
<map:generate type="file"
src="http://del.icio.us/rss/sastc/sastc:resources" />
<map:transform src="{forrest:stylesheets}/rss2document.xsl" />
<map:serialize type="xml-document"/>
</map:match>
</map:pipeline>
and site.xml links to resources.html
Yet, I get a blank body. Any clues to what I'm doing wrong?
--
Sean Wheller
Technical Author
sean@inwords.co.za
http://www.inwords.co.za
|