Hi,
I am extracting data from an XML and some tags have data inside CDATA in this way
<description><![CDATA[Changes (as compared to 8.17) include:
Features:
* Added a ‘Schema Optimizer’ feature. Based on “procedure analyse()” it will propose alterations to data types for a table based on analysis on what data are stored in the table. The feature is available from INFO tab/HTML mode. Refer to documentation for details.
* A table can now be added [...]]]>
</description>
I am already using preq_match to extract data from description tag.So How can I extract data from CDATA?