How can I 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 can I convert the returned xml into an array? the structure of this xml is the first contact. google flipped through and found no solution: & lt ;? Xml & nbsp; version1.0 & nbsp; encodingUTF-8? & Gt; & lt; ns1: getActivityOptionsResponse & nbsp; xmlns: ns1www. ebay. how does comm convert the returned xml into an array. the structure of this xml was first exposed, but google did not find a solution.
Content:
 
 
  
   Success
  
  
   1.1.0
  
  
   2014-11-21T07:05:54.874Z
  
  
   ISSUE_REFUND
  
 



Please advise. thank you.



------ 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
)

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.