I was hoping to use this module to create a feed which includes HTML content. The module consuming this feed expects to find the full content inside a <content:encoded> tag. This seems to be in line with the spec but node-rss doesn't seem to support this and when I attempt to use custom elements it encodes the html.
Could you please consider adding support for <content:encoded> - maybe a new option to item()?
I was hoping to use this module to create a feed which includes HTML content. The module consuming this feed expects to find the full content inside a
<content:encoded>tag. This seems to be in line with the spec but node-rss doesn't seem to support this and when I attempt to use custom elements it encodes the html.Could you please consider adding support for
<content:encoded>- maybe a new option toitem()?