Hi, The content of the summary node is within a CDATA section so you can just use the standard Zend_Feed_Atom class can't you?
2007/3/30, Alexander Netkachev <[EMAIL PROTECTED]>:
Hi, Are there any plans to support XHTML atom content type like <summary type="xhtml"><div xmlns="..."><...>...entry content here...<...></div></summary> ? I have my content in XHTML with all those <br/>, <input .../> etc and that leaves me only three options for now: 1. Extend Zend_Feed_Atom and change _mapFeedEntries() or use another method for similar functionality. 2. Produce a feed with invalid HTML (valid XHTML) in it. 3. Adjust Atom DOMDocument before sending it. Either of them does not look very good. Any other ideas? Thanks, -- Alexander http://www.alexatnet.com/ - Blog and CMS created with Zend Framework and Ajax.
-- Olivier
