How to convert the returned xml into an array. The structure of this xml is the first contact. google flipped through and found no solution.

Source: Internet
Author: User
How to convert the returned xml into an array? the structure of this xml is the first contact. google flipped through and found no solution:
 
 
  
   Success
  
  
   1.1.0
  
  
   2014-11-21T07:05:54.874Z
  
  
   ISSUE_REFUND
  
 



Please advise. thank you.



Reply to discussion (solution)

You can specify the XML with the namespace.

$s =<<< XML
 
 
  
   Success
  
  
   1.1.0
  
  
   2014-11-21T07:05:54.874Z
  
  
   ISSUE_REFUND
  
 XML;print_r(simplexml_load_string($s, null, 0, 'ns1', true));
SimpleXMLElement Object(    [ack] => Success    [version] => 1.1.0    [timestamp] => 2014-11-21T07:05:54.874Z    [activityOptions] => ISSUE_REFUND)

Thank you for your help.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.