ホームページ > バックエンド開発 > PHPチュートリアル > XML の解析に関する質問です。よろしくお願いします。

XML の解析に関する質問です。よろしくお願いします。

WBOY
リリース: 2016-06-13 13:30:02
オリジナル
926 人が閲覧しました

XML の解析について質問したいのですが、ありがとうございます

XML コード
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--> <alipay>
  <is_success>T</is_success>
  <request>
    <param   name="partner">2088002007***</param>
    <param   name="logistics_name">天天</param>
    <param   name="create_transport_type">EMS</param>
    <param   name="trade_no">2008040902***</param>
    <param   name="agent">20880020070***</param>
    <param   name="notify_url">
      http://10.2.5.100/api/apireceive/returnSuccess.php</param>
      <param   name="invoice_no">3455**</param>
      <param       name="service">send_goods_confirm_by_platform</param>
      <param       name="_input_charset">utf-8</param>
      <param       name="transport_type">EMS</param>
      <param   name="return_url">http://10.2.5.100/api/returnResultList.php</param>
    </request>
  <response>
    <tradeBase>
      <buyer_account>2088002007301423***</buyer_account>
      <buyer_actions>[REFUND,CONFIRM_GOODS]</buyer_actions>
      <buyer_login_email>***</buyer_login_email>
      <buyer_type>PRIVATE_ACCOUNT</buyer_type>
      <buyer_user_id>2088002007****</buyer_user_id>
      <channel>interface/digi***</channel>
      <create_time>2008-04-09       16:10:25</create_time>
      <currency>156</currency>
      <gathering_type>1</gathering_type>
      <last_modified_time>2008-04-10 14:35:25</last_modified_time>
      <operator_role>B</operator_role>
      <out_trade_no>123455666***</out_trade_no>
      <partner_id>2088002007***6</partner_id>
      <seller_account>208800200730***156</seller_account>
      <seller_actions>[EXTEND_TIMEOUT]</seller_actions>
      <seller_login_email>song_xia**hoo.com.cn</seller_login_email>
      <seller_type>PRIVATE**OUNT</seller_type>
      <seller_user_id>208800**301410</seller_user_id>
      <service_fee>0.00</service_fee>
      <service_fee_ratio>0.0</service_fee_ratio>
      <stop_timeout>F</stop_timeout>
      <total_fee>2.00</total_fee>
      <trade_from>INST_P**ER</trade_from>
      <trade_no>2008040**81748</trade_no>
      <trade_status>WAIT_BUYER_CONFIRM_GOODS</trade_status>
      <trade_type>S</trade_type>
    </tradeBase>
  </response>
  <sign>eb07c7407baf*****0804751a21c1e</sign>
  <sign_type>MD5</sign_type>
</alipay>


ログイン後にコピー


alipay の is_success ノードの値を取得したいと思っています。
私のコードは次のように書かれています
$message=$doc->getElementsByTagName("alipay")->item(0)->nodeValue;
しかし、取得された値が間違っているようです。 この値の求め方を教えてください。 ありがとうございます

-----解決策---------
$message=$doc->getElementsByTagName("is_success")->item(0)->nodeValue;
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート