Hi,
Can someone let me know how do I convert a XML to a string format. Thanks for the help!
How to convert XML to string
Moderator: General Moderators
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: How to convert XML to string
Don't
Process it as XML using something like simpleXML
If you absolutely have to read it as a string, just use standard file functions to read it in as a string
Process it as XML using something like simpleXML
If you absolutely have to read it as a string, just use standard file functions to read it in as a string