<?xml version="1.0" encoding="UTF-8"?>
<answer>
<describe data="aircompany">
<data>
<code xml:lang="ru">FW</code>
<code xml:lang="en">FW</code>
</data>
<data>
<code xml:lang="ru">UT</code>
<code xml:lang="en">ЮТ</code>
</data>
</describe>
</answer>
Necesito obtener nodos de valor, hay xml: lang = "en". ¿Cómo puede hacerlo en PHP?xml: lang parse en PHP
¿Puede analizarse xml: lang, utilizando SimpleXMLElement? – Sergey
sí, eche un vistazo a http://www.php.net/manual/en/function.xml-parse.php – Thariama