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
Its possible to the RssItem have a optional encoded parameter when finding the content element?
I had a problem to get the content from the blog of the companie client. The content of the blog was returning null every time, then i figure out was the content:encoded in the RssItem, i had to extends some classes to remove the content:encoded from RssItem class, after this the content was returning correctly.
The text was updated successfully, but these errors were encountered:
Its possible to the RssItem have a optional encoded parameter when finding the content element?
I had a problem to get the content from the blog of the companie client. The content of the blog was returning null every time, then i figure out was the content:encoded in the RssItem, i had to extends some classes to remove the content:encoded from RssItem class, after this the content was returning correctly.
The text was updated successfully, but these errors were encountered: