Razorblade wrote:
> 
> 
> Here it is
>       $response = $this->getResponse();
>       $response->setHeader('Cache-Control', 'public', true)
>                 ->setHeader('Content-Description', 'File Transfer', true)
>                 ->setHeader('Content-Type', 'application/xml', true)
>                 ->setHeader('Content-Transfer-Encoding', 'binary', true)
>                 ->appendBody($xmlString);
> 
> Sergio 
> 

Thank you.

BTW, why not text/xml ?

-- 
regards
takeshin

-- 
View this message in context: 
http://n4.nabble.com/Sitemap-headers-tp997420p997493.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to