<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Structures_DataGrid_Renderer_CSV</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/14720" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/14720">
      <title>Structures_DataGrid_Renderer_CSV: Bug 14720 [Open] IE Rendering Issue in SSL</title>
      <link>http://pear.php.net/bugs/14720</link>
      <content:encoded><![CDATA[<pre>Structures_DataGrid_Renderer_CSV Bug
Reported by smithwib
2008-09-29T14:41:26+00:00
PHP: 5.2.1 OS: Linux Package Version: 

Description:
------------
In revision 1.33 in order to get the CSV to be downloadable in IE7 for PC, I needed to revise your render() call to be:

    function render()
    {
        if ($this-&gt;_options['saveToFile'] === false) {
	    header('Pragma: public');
            header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
            header('Cache-Control: private: false');
            header('Content-Transfer-Encoding: binary');
            header('Content-type: text/csv');
            if ($this-&gt;_options['filename'] !== false) {
                header('Content-disposition: attachment; filename=' .
                       $this-&gt;_options['filename']);
            }
        }
        parent::render();
    }

This was a tip I picked up from a Drupal site. Thanks so much for all your hard work!</pre>]]></content:encoded>
      <description><![CDATA[<pre>Structures_DataGrid_Renderer_CSV Bug
Reported by smithwib
2008-09-29T14:41:26+00:00
PHP: 5.2.1 OS: Linux Package Version: 

Description:
------------
In revision 1.33 in order to get the CSV to be downloadable in IE7 for PC, I needed to revise your render() call to be:

    function render()
    {
        if ($this-&gt;_options['saveToFile'] === false) {
	    header('Pragma: public');
            header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
            header('Cache-Control: private: false');
            header('Content-Transfer-Encoding: binary');
            header('Content-type: text/csv');
            if ($this-&gt;_options['filename'] !== false) {
                header('Content-disposition: attachment; filename=' .
                       $this-&gt;_options['filename']);
            }
        }
        parent::render();
    }

This was a tip I picked up from a Drupal site. Thanks so much for all your hard work!</pre>]]></description>
      <dc:date>2008-10-09T08:28:08+00:00</dc:date>
      <dc:creator>bob &amp;#x61;&amp;#116; leapdesign &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Structures_DataGrid_Renderer_CSV Bug</dc:subject>
    </item>
</rdf:RDF>
