XML解析失败?解决办法

WBOY
リリース: 2016-06-13 10:34:59
オリジナル
3483 人が閲覧しました

XML解析失败?
XMLDATA:


 
    address="net.tcp://192.168.1.61:9003/class/"
  binding="netTcpBinding"
  contract="CiWong.Relation.WCFContract.IClassRelationManager"
  bindingConfiguration="NetTcpBinding_IClassRelationManager" />
    address="net.tcp://192.168.1.61:9005/eshop/"
  binding="netTcpBinding"
  contract="CiWong.EShop.WCFService.Contract.IEShopContract"
  bindingConfiguration="NetTcpBinding_IEShopContract"/>
 




解析代码:

$list=$doc->getElementsByTagName('system.serviceModel');
$list=$list->item(0);
$clients=$list->getElementsByTagName('client');
$clients=$clients->item(0);
foreach ($clients->attributes as $endpoints) {
$endattname=$endpoints->nodeName;
  $endattval=$endpoints->nodeValue;
echo "$endattname=$endattval"."
";
}
?>
echo出来没有任何内容。
请问怎么才能正常把endpoint里面的属性解析出来?

------解决方案--------------------

PHP code
$xml = simplexml_load_file("bb.xml");  $result = $xml->xpath('/configuration/system.serviceModel/client/endpoint');foreach($result as $r){       foreach($r->attributes() as $k=>$v) echo "$k=>$v<br>";}<div class="clear">
                 
              
              
        
            </div>
ログイン後にコピー
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート