si tiene algo como,PHP SimpleXML, cómo establecer atributos?
<hello id="1" name="myName1">
<anotherTag title="Hello">
</anotherTag>
</hello>
<hello id="2" name="myName2">
<anotherTag title="Hi">
</anotherTag>
</hello>
¿Cómo cambiar los atributos de, por ejemplo, hola ID 2, a name = "William"? O el título hola a hola?
Muchas gracias por su atencion, H'