lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

How to set titile CDATA #64

Closed chenweisomebody126 closed 8 months ago

chenweisomebody126 commented 7 years ago

I notice there is one method called content to generate description with CDATA quoted. However, I want to put the title into CDATA, can you do that?

chenweisomebody126 commented 7 years ago

e.g.

<item>
      <title><![CDATA[article title]]></title>
      <link>"article url"</link>
      <pubDate>publication date</pubDate>
</item>
lkiesow commented 6 years ago

This is not supported at the moment. But pull requests are welcome.