simplexml_load_string kaybetti veri

0 Cevap php

Bu kod ile xml okuyorum.

$xml = simplexml_load_string($data);

it reads correctly, and can access to data via $xml->title etc. but i need to access to CDATA and <media:xxx> tags.

example of xml: pastie from: http://www.metacafe.com/api/item/4779040/

bu verileri ayrıştırmak mümkün mü? nasıl?

0 Cevap