CDATA content of xml file

Hi,

in my app I read a facebook feed of a group

network.request( "https://facebook-rss.herokuapp.com/rss/26557251750/", "GET", networkListener)

which returns an xml file, and one part of the xml is each time some html content between CDATA tags.

But when I want to parse the CDATA tags, to save the html to a local file and display it, the program only returns the CDATA tags and nothing else.

Somebody has a working CDATA example I can use to learn from?

I’m parsing this xml file with the xml api provided by ansca and from the tutorials, and everything else from attributes to child fields works, or should I try to parse this with the rss example given in the “share your code” repository?

Thx,

Jürgen [import]uid: 19590 topic_id: 26098 reply_id: 326098[/import]

No one ever worked with CDATA? [import]uid: 19590 topic_id: 26098 reply_id: 105864[/import]