我需要仅使用服务器端脚本解析XML String

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?

Try simplexml_load_string(if parsing xml string) or simplexml_load_file