PHP SimpleXML, how to set attributes ?
Posted
by Jahmaica
on Stack Overflow
See other posts from Stack Overflow
or by Jahmaica
Published on 2010-03-03T11:08:33Z
Indexed on
2010/06/16
15:52 UTC
Read the original article
Hit count: 178
Hi,
if you've got something like,
<hello id="1" name="myName1">
<anotherTag title="Hello">
</anotherTag>
</hello>
<hello id="2" name="myName2">
<anotherTag title="Hi">
</anotherTag>
</hello>
How to change the attributes of, for example, hello id 2, to name="William" ? Or the title hi to hello ?
Thanks a lot for your atention, H'
© Stack Overflow or respective owner