You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cdataPropName only accepts a single key, but in many cases for example in rss we have title and description that both needs to be wrapped, so it is reasonable (and required with rss for example) to be able to use an array of keys for this prop.
see rss of bbc: https://feeds.bbci.co.uk/news/rss.xml
The text was updated successfully, but these errors were encountered:
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Currently cdataPropName only accepts a single key, but in many cases for example in rss we have title and description that both needs to be wrapped, so it is reasonable (and required with rss for example) to be able to use an array of keys for this prop.
see rss of bbc: https://feeds.bbci.co.uk/news/rss.xml
The text was updated successfully, but these errors were encountered: