xml ファイルを hv し、get file content メソッドを使用してタイトル フィールドの値を取得する方法..「TomTom XXL 550M - US, Canada & Mexico Automotive GPS. (Brand New)」という値を取得したいだけです。
<Title>
TomTom XXL 550M - US, Canada & Mexico Automotive GPS. (Brand New)
</Title>
私のコード
$xmlstr = file_get_contents($source);
$parseXML = new SimpleXMLElement($xmlstr);
print($parseXML);
// load as file
$parseXMLFile = new SimpleXMLElement($source,null,true);