weetat wrote:
Hi all,

  I need to read xml file before it was parsed by PHP DOM functions.
  The xml file have some encrypted value as shown below :

    <InstanceName><![CDATA[ù?¸€ü÷Œú"<ù?àù?؀Z4À„Ï]]></InstanceName>

  Anybody have any suggestion how to do it ?

Thanks.

- weetat

$xmlfile = file_get_contents("http://urloffile.com/filename.xml";);

I mean, that is what you asked, how to read the xml file...

Regards, Adam Zey.

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

Reply via email to