node-rss
node-rss copied to clipboard
adding xmlns:webfeeds='...' attribute to rss tag
Hello, how can I add an additional xmlns:content attribute to the parent <rss>
tag?
Example:
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
Figured this out, new RSS(options)
; options
supports "custom_namespaces" like feed items.