I've been playing around with Zend_Navigation and am having some
difficulty trying to get the head view helper to display something like:
<link rel="alternate" *type="application/rss+xml"* title="The Title"
href="http://www.example.com/rss/feed/" />
I can't get the *type attrib* to appear. I saw in the Links view helper
the note:
// TODO: add more attribs
// http://www.w3.org/TR/html401/struct/links.html#h-12.2
So maybe its just not possible right now.
Can anyone comment on this?
Thanks.
Arthur