XML解析失败?解决办法
程序员文章站
2022-06-12 18:52:44
...
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里面的属性解析出来?
------解决方案--------------------
XMLDATA:
binding="netTcpBinding"
contract="CiWong.Relation.WCFContract.IClassRelationManager"
bindingConfiguration="NetTcpBinding_IClassRelationManager" />
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
";}相关文章
相关视频
推荐阅读
-
Android 使用Pull方法解析XML文件的方法
-
Android学习笔记之AndroidManifest.xml文件解析(详解)
-
简单介绍使用Python解析并修改XML文档的方法
-
Android XmlPullParser 方式解析 Xml 文档
-
Android编程简易实现XML解析的方法详解
-
Android中使用PULL方式解析XML文件深入介绍
-
win8系统安装无线网卡驱动失败怎么办 win8无线网卡驱动安装失败的解决办法
-
AndroidManifest.xml配置文件解析
-
android编程之XML文件解析方法详解(附源码)
-
百度云下载失败120000怎么办?百度云盘及百度云管家下载失败的解决办法