XML からデータを抽出していますが、一部のタグにはこのように CDATA 内にデータが含まれています
<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>
説明タグからデータを抽出するために preq_match を既に使用しています。どうすれば CDATA からデータを抽出できますか?