I am building an rss reader for a blog where the xml file gives me the information of all the events that the blog presents (cultural events). retrieving the xml and extracting the information is ok until the part where I have to retrieve the event data.
<content:encoded><![CDATA[<p style="text-align:
How do I extract this information in an organized way? because I want to extract the title, event location, description and other information that is coming from this file. What feature should I use? Thank you in advance.