SimpleXML: convert xml to text

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hello, I want to convert some xml stuff to simple string using php, say:

<?php

$string = <<<XML
<a> left <foo>center1<ok>ok</ok>center2</foo>right </a>
XML;

$xml = simplexml_load_string($string);
echo $xml;
?>
The code will output "left right" while all the central stuff was lost.
How should I print it as "left center1 ok center2 right" ?

Thanks in advance, and please Cc me. :)

--
Dasn


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux