私はPHPで書かれたWebサービスに取り組んでいます。 IEEE Explore APIを使用してデータを表示する必要があります。これはREST APIです。以下のようにXMLを出力します。PHPを使ってCDATA XMLを解析するには?
foreach
ループを使用してこのデータを解析します。データを取得しようとしました。しかし問題は、すべてのタグ値がCDATA
ラッパーの内側にあることです。
どうすればこの問題を解決できますか?
<?xml version="1.0" encoding="UTF-8"?>
<document>
<rank>1</rank>
<title><![CDATA[Gait Rhythm Fluctuation Analysis for Neurodegenerative Diseases by Empirical Mode Decomposition]]></title>
<authors><![CDATA[Peng Ren; Shanjiang Tang; Fang Fang; Lizhu Luo; Lei Xu; Maria L. Bringas-Vega; Dezhong Yao; Keith M. Kendrick; Pedro A. Valdes-Sosa]]></authors>
<controlledterms>
<term><![CDATA[diseases]]></term>
<term><![CDATA[feature extraction]]></term>
<term><![CDATA[gait analysis]]></term>
</controlledterms>
<pubtitle><![CDATA[IEEE Transactions on Biomedical Engineering]]></pubtitle>
<punumber><![CDATA[10]]></punumber>
<pubtype><![CDATA[Journals & Magazines]]></pubtype>
<publisher><![CDATA[IEEE]]></publisher>
<abstract><![CDATA[Previous studies have indicated that gait rhythm of gait rhythms.]]></abstract>
<issn><![CDATA[0018-9294]]></issn>
<arnumber><![CDATA[7422732]]></arnumber>
<doi><![CDATA[10.1109/TBME.2016.2536438]]></doi>
<publicationId><![CDATA[7422732]]></publicationId>
<partnum><![CDATA[7422732]]></partnum>
</document>
はい動作します...ありがとう、プラカシです。 – muraliniceguy97
あなたはコードを少し複雑にして単純化してください。 – muraliniceguy97