source: products/qRSS2Syndication/branches/Plone3.1/skins/qrss2syndication/weblogentry_item.pt @ 1591

Last change on this file since 1591 was 166, checked in by chervol, 18 years ago

version burst

File size: 521 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     <tal:repeat tal:define="tags res/tags|res/EntryTag|nothing" repeat="tag tags">
8        <category tal:content="tag"></category>
9     </tal:repeat> 
10    <content:encoded tal:content="structure res/render_body"></content:encoded>
11</metal:block>
12</rss>
Note: See TracBrowser for help on using the repository browser.