<?xml version="1.0" encoding="utf-8" ?> 

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.purl.org/rss/1.0/">
  <channel rdf:about="http://www.zopelabs.com/download/popular_rss10.rdf">
  <title>Zope LABS</title> 
  <link>http://www.zopelabs.com</link> 
  <description>A Zope Cookbook</description> 
  <items>
    <rdf:Seq>
          <li rdf:resource="http://zopelabs.com/cookbook/991241696" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/996076015" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/996721089" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1001111275" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1002567140" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1002703851" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1003338664" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1003845495" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1005061163" /> 
          <li rdf:resource="http://zopelabs.com/cookbook/1007079675" /> 
        </rdf:Seq>
  </items>
  </channel>

  <item rdf:about="runyaga on 05/30/2001">
  <title>variable method names</title> 
  <link>http://zopelabs.com/cookbook/991241696</link> 
  <description>I saw this post on comp.lang.python and I decided to port it to ZOPE.
I guess this will help PHP'ers</description> 
  </item>
  <item rdf:about="peterbe on 07/25/2001">
  <title>select in select input</title> 
  <link>http://zopelabs.com/cookbook/996076015</link> 
  <description>This example will also explain how to do the same thing to 
<input type="checkbox" name="whatever"> </description> 
  </item>
  <item rdf:about="runyaga on 08/01/2001">
  <title>export portal_memberdata to file</title> 
  <link>http://zopelabs.com/cookbook/996721089</link> 
  <description>if you are integrating your memberdata to another system you may need to write it out to a CSV file.</description> 
  </item>
  <item rdf:about="ewalstad on 09/21/2001">
  <title>Pass URL parameters from a Script (Python) to a DTML Method</title> 
  <link>http://zopelabs.com/cookbook/1001111275</link> 
  <description>Redirect your user to a DTML method from a Script (Python) with URL parameters</description> 
  </item>
  <item rdf:about="runyaga on 10/08/2001">
  <title>cmf breadcrumbs</title> 
  <link>http://zopelabs.com/cookbook/1002567140</link> 
  <description>you dont really need to use REQUEST.PARENTS to do breadcrumbs in CMF.  one of the services of portal</description> 
  </item>
  <item rdf:about="robert on 10/10/2001">
  <title>unlock WebDAV locked objects</title> 
  <link>http://zopelabs.com/cookbook/1002703851</link> 
  <description>This script unlocks all object in the folder where it sits an all folders below if they are locked b</description> 
  </item>
  <item rdf:about="hazmat on 10/17/2001">
  <title>add a user programatically</title> 
  <link>http://zopelabs.com/cookbook/1003338664</link> 
  <description>how to add a user in programatically:)</description> 
  </item>
  <item rdf:about="runyaga on 10/23/2001">
  <title>simple calendar widget</title> 
  <link>http://zopelabs.com/cookbook/1003845495</link> 
  <description>ever wanted a calendar widget?  this is a very limited way of displaying months, but its quite simpl</description> 
  </item>
  <item rdf:about="mlm on 11/06/2001">
  <title>Nesting dtml-in tags using the prefix attribute</title> 
  <link>http://zopelabs.com/cookbook/1005061163</link> 
  <description>When nesting dtml-in tags values of variables defined by outer dtml-in tags are often needed within </description> 
  </item>
  <item rdf:about="runyaga on 11/29/2001">
  <title>Query CSV Files</title> 
  <link>http://zopelabs.com/cookbook/1007079675</link> 
  <description>sometimes you need to query a CSV file.  this is a very simple
solution of doing this.  It only retu</description> 
  </item>

</rdf:RDF>


