Search code examples
phpxmlxml-parsingserver-side

I need to Parse a XMLString using only serverside scripting


I need to parse a XML String so I can use some of the elements in my script but I can only use server-side programing.

Any tips on how to do this?


Solution

  • Try simplexml_load_string(if parsing xml string) or simplexml_load_file