source: products/qRSS2Syndication/trunk/skins/qrss2syndication/document_item.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 413 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<rss version="2.0"
3     xmlns:tal="http://xml.zope.org/namespaces/tal"
4     xmlns:content="http://purl.org/rss/1.0/modules/content/"
5     xmlns:metal="http://xml.zope.org/namespaces/metal" >
6<metal:block define-macro="item">
7   <content:encoded>
8       <tal:x replace="structure python:'&lt;![CDATA['+res.CookedBody()+']]&gt;'"/>
9   </content:encoded>
10 </metal:block>
11</rss>
Note: See TracBrowser for help on using the repository browser.