I have a string exactly like that:
<info>
<m_album>value1</m_album>
<m_cat>value2</m_cat>
<cat_type/>
<cat_permission>0</cat_permission>
<m_img_thumb><!--[CDATA[urlvaluetoimage]]--></m_img_thumb>
<m_img_medium><!--[CDATA[urlvaluetoimage]]--></m_img_medium>
<m_img_large><!--[CDATA[urlvaluetoimage]]--></m_img_large>
<m_hot>0</m_hot>
<album_hot>0</album_hot>
</info>
How do I get value from these tags like XML in PHP? Please help me and thank you for your attention!