我試圖獲取節點的值從該文件http://www.uniprot.org/uniprot/P12345.xml用簡單的XML和XPath
我「/項/註釋[TYPE =」亞細胞定位「]/subcellularLocation /位置」解析XML文件使用SimpleXML和XPath,但我不能訪問這個M個節點有:
$var = "http://www.uniprot.org/uniprot/P12345.xml";
$Unip_result= new SimpleXMLElement($var, NULL, TRUE);
$value=$Unip_result->xpath("/entry/comment[@type='subcellular location']");
結果是一個空數組...