Hi, > With which component? Zend_Feed or Zend_Feed_Writer? I am searching for a solution. So i do not need Zend_Feed. Zend_Feed_Writer is also ok ;)
> With the writer you can either a) add a custom extension (see > Zend_Feed_Writer extensions for examples) or b) get the Entry/Feed's > DOMElement with getElement() and add it programatically using PHP's DOM > methods. The second works fine for minor additions. The first exists to > offer a more friendly API for longer extensions or RSS/Atom modules. So for me sounds the first solution good. Did you have an small example for an extension? For example i want to have a tag like '<mytag:hello>world</mytag:hello>' in my atom feed for each entry. So how could i realize that? regards, Frank
