Legal | Privacy
load();   // Treat as LOB descriptor

echo "

XML Output from Oracle

"; echo "
";
echo htmlentities($mylob);
echo "
"; echo "

Convert to XML Array with PHP's SimpleXML

"; $xml = (array) simplexml_load_string($mylob); echo "
";
var_dump($xml);
echo "
"; ?>
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy