I am trying to determine what the best way to parse XML in Drupal is? Should I use PHP or is there a module that might help? For the most part, I need to recover XML through URL requests.
Thanks!
Jane
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve used PHP’s SimpleXML extension in some Drupal modules to parse XML data returned from a web service.