I have an xml file :
I wan to modify the "id" attribute of the profile tag.
How is it possible to php?
Code:
<?xml version="1.0"?> <profile id="4" sap="7778"> <name="Mark"></name> <name="Mark"></name> <name="Mark"></name> </profile>
How is it possible to php?
Comment