Cumulus / Syndic

RSS and Atom feed parsing
MIT License
34 stars 13 forks source link

Failure to parse RSS feed with CDATA in copyright field #76

Open sgrove opened 5 years ago

sgrove commented 5 years ago

Trying to parse https://16andcounting.libsyn.com/rss fails with "Error parsing feed: The content of <copyright> MUST be a non-empty string"

The actual copyright tag looks like: <copyright><![CDATA[]]></copyright>

dinosaure commented 5 years ago

Indeed, W3C does not tell me an error about that. You are right, I will fix it.