Dear Community,
after trying several things I am reaching out to you all for your help.
I try to gather the contents of the feed above (and others).
Using the two RSS Feed Readers does not work, because they don't store the description of the channel item into the related field in the structure. It returns "-undefined-" and I don't see the description.
Trying to use the HTTPRequestHandler and then crawling myself to the xml path does also not work, because the reuturned content of the request is empty.
Does anyone know how to solve this problem?
Thank you for your help in advance
Hi,
This URL (http://brettspieler1.blogspot.com/feeds/posts/default) is an Atom feed. If you want to use a RSS feed you must use this URL: https://brettspieler1.blogspot.com/feeds/posts/default?alt=rss
This forge component needs a RSS feed. Using this URL, you wil see the description fields.
The demo application is also able to load the description fields using this RSS feed (https://brettspieler1.blogspot.com/feeds/posts/default?alt=rss).
Kind regards, David.
Hello David,
many thanks for your help. Using RSS Feed solved the problem.