php xml attribute value replace
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-03-25T03:09:03Z
Indexed on
2010/03/25
3:13 UTC
Read the original article
Hit count: 419
php
Say i have an xml file of this nature some data
I wan to replace attributes of each later using one function in php: example say: replaceAttribute("collections","somecollection,"newcollection");
© Stack Overflow or respective owner