dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

Create the RSS feed without a CDATA and without CDATA #86

Open rajinikumar opened 6 years ago

rajinikumar commented 6 years ago

@dylang, Currently the modules support to generate the rss feed with cdata . Example : title, description (both : 1. channel -> title , 2. channel ->item -> title). But possible to generate with data for inside the channel and item tag's ?

`<?xml version="1.0" encoding="UTF-8"?>

<![CDATA[Test]]> http://github.com/dylang/node-rss hello Mon, 16 Jul 2018 08:43:51 GMT Sun, 20 May 2012 04:00:00 GMT <![CDATA[item title]]> http://example.com/article4?this&that 1123 This & That]]>

`