doufu6130 2014-05-22 15:06
浏览 64
已采纳

PHP simplexml_load_string不加载

I'm trying to use simplexml_load_string like so:

$xml = '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <data_GetResult xmlns="http://api.source.com/">
      <data_GetData>
        <value>123456</value>
        <value>789000</value>
      </data_GetData>
    </data_GetResult>
  </soap:Body>
</soap:Envelope>';      

$results = simplexml_load_string($xml);
print_r($results);

However, no results are returned, it simply shows:

SimpleXMLElement Object
(
)

I believe the xml is proper, I tested it in on-line validators. Thank you.

  • 写回答

1条回答 默认 最新

  • dongmaobeng7145 2014-05-22 15:32
    关注

    Try this (as per the manual)

    <?php
    $string = <<<XML
    <?xml version="1.0" encoding="utf-8"?>
    <soap_Envelope xmlns_xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns_xsd="http://www.w3.org/2001/XMLSchema" xmlns_soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap_Body>
    <data_GetResult xmlns="http://api.source.com/">
    <data_GetData>
    <value>123456</value>
    <value>789000</value>
    </data_GetData>
    </data_GetResult>
    </soap_Body>
    </soap_Envelope>  
    XML;
    
    $xml = simplexml_load_string($string);
    
    print_r($xml);
    ?>
    

    It seems as though the : in your names were (which is odd they seem part of the scheme) causing the problem e.g.

    </soap:Body>
    </soap:Envelope>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line