Forum Moderators: open
I'm using this code to parse ...
$parser = xml_parser_create();
xml_parse_into_struct($parser,$xmlFeed,$values,$tags);
xml_parser_free($parser);
... but $xmlFeed doesn't include any of the CDATA sections in the feed. Is there any way round this?
Thanks.
Added- the CDATA sections are like this ...
<![CDATA[ this is the info I want ]]>