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

Last change on this file since 1591 was 261, checked in by fenix, 18 years ago

qPloneEpydoc import

File size: 496 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:metal="http://xml.zope.org/namespaces/metal" >
5<metal:block define-macro="item">
6  <tal:repeat define="swtypes res/getSoftwaretype;
7                      swtypes python:test(same_type(swtypes,[]) or same_type(swtypes,()), swtypes, [swtypes,]);"
8              repeat="swtype swtypes">
9    <category tal:content="swtype">
10    </category>
11  </tal:repeat>
12 </metal:block>
13</rss>
Note: See TracBrowser for help on using the repository browser.