You are not logged in Log in Join
You are here: Home » Members » nexedi » zope.rdf » view_source

Log in
Name

Password

 
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://my.netscape.com/rdf/simple/0.9/">

<channel>
<title>Zope</title>
<link>http://zope.org/</link>
<description>Zope Community</description>
</channel>

<image>
<title>Zope</title>
<url>http://www.zope.org/favicon.ico</url>
<link>http://zope.org/</link>
</image>

<dtml-in "portal_catalog(
           {'meta_type':'News Item', 
            'sort_on':'modified',
            'sort_order':'reverse'
           })" size=20>
    <dtml-with getObject>
    <item>
    <title><dtml-var Title></title>
    <link><dtml-var absolute_url></link>
    </item>
    </dtml-with>
</dtml-in>

</rdf:RDF>