これは、full.xml という名前の XML ファイルです。
あなたの助けが必要です。「 full.xml 」を開き、 .emailを持つノードのすべての値のみを表示する PHP スクリプトが必要です
必要な出力の例:
sales@company1.com
sales@company2.com
sales@company3.com
ありがとう!本当にありがとうございました!
編集
$Connect = simplexml_load_file("full.xml");
return $Connect->table[0]->*.email;