<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package structures_datagrid_datasource_csv</description>
</channel>

<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.6/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.6</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.6/</link>
 <content:encoded>- Bug #10911: CSV parser failed on fields contained the delimiter character;&lt;br /&gt;
  PHP's fgetcsv() is now used for parsing CSV data&lt;br /&gt;
  (thanks to Dave Greco)&lt;br /&gt;
- new option 'enclosure' that allows to specify the field enclosure character
 </content:encoded>
 <dc:date>2007-12-18T11:23:30-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.5/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.5</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.5/</link>
 <content:encoded>- Bug #10911: CSV parser failed on fields contained the delimiter character;&lt;br /&gt;
  PHP's fgetcsv() is now used for parsing CSV data&lt;br /&gt;
  (thanks to Dave Greco)&lt;br /&gt;
- new option 'enclosure' that allows to specify the field enclosure character
 </content:encoded>
 <dc:date>2007-05-15T04:57:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.4/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.4</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.4/</link>
 <content:encoded>- this package is now licensed under the New BSD license
 </content:encoded>
 <dc:date>2006-12-16T11:09:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.3/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.3</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.3/</link>
 <content:encoded>- Bug #8271: fixed a possible PHP error message in bind() that could occur for&lt;br /&gt;
  CSV strings longer than 255 characters&lt;br /&gt;
  (thanks to Gregor Gramlich, gramlich at eosc dot de)&lt;br /&gt;
- Request #8272: added code for the case that a CSV file has actually more&lt;br /&gt;
  columns than the contents of the first row indicates&lt;br /&gt;
  (thanks to Gregor Gramlich, gramlich at eosc dot de)
 </content:encoded>
 <dc:date>2006-07-25T08:34:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.2/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.2</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.2/</link>
 <content:encoded>- Request #8252: new option 'header' (boolean) that indicates whether the first&lt;br /&gt;
  row of the CSV file (or string) contains column names; these columns names&lt;br /&gt;
  are then also used as the DataGrid column names when the columns are&lt;br /&gt;
  auto-generated&lt;br /&gt;
  (thanks to Gregor Gramlich, gramlich at eosc dot de, for the patch)
 </content:encoded>
 <dc:date>2006-07-20T09:21:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.1/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.1</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.1/</link>
 <content:encoded>- Request #8054: this DataSource driver is now compatible with tab delimiters&lt;br /&gt;
  (thanks to Markus Ernst, derernst at gmx dot ch)
 </content:encoded>
 <dc:date>2006-06-29T05:44:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.0/">
 <title>Structures_DataGrid_DataSource_CSV 0.1.0</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/download/0.1.0/</link>
 <content:encoded>Changes since Structures_DataGrid 0.6.3:&lt;br /&gt;
&lt;br /&gt;
- DataSource driver unbundled from Structures_DataGrid core
 </content:encoded>
 <dc:date>2006-06-19T12:07:36-05:00</dc:date>
</item>

</rdf:RDF>