data lost in simplexml_load_string

EmummaAmoulaF

New Member
I am reading xml with this code.\[code\]$xml = simplexml_load_string($data);\[/code\]it reads correctly, and can access to data via $xml->title etc. but i need to access to CDATA and \[code\]<media:xxx>\[/code\] tags.example of xml: http://pastie.org/1136312is possible to parse that data? how? sorry for my english! :)
 
Back
Top