Hello
I'd appreciate any help on this.
I am writing a script which parses XML sent using HTTP_POST (i.e. just like a form)
Therefore the entire XML gets stored in one variable.
I need to be able to parse this XML out of this variable, but I do not know how.
Parsing from a file or URI I understand, but how from a variable????
Thanks!!!