आप कुछ की तरह मिल गया है अगर,PHP SimpleXML, गुण कैसे सेट करें?
<hello id="1" name="myName1">
<anotherTag title="Hello">
</anotherTag>
</hello>
<hello id="2" name="myName2">
<anotherTag title="Hi">
</anotherTag>
</hello>
कैसे उदाहरण के लिए, हैलो आईडी 2, नाम = "विलियम" करने के लिए की विशेषताओं को बदलने के लिए? या शीर्षक हाय हैलो?
$xml = simplexml_load_string("<root>$string</root>");
$xml->hello[1]['name'] = 'John Doe';
$xml->hello[1]->anotherTag['title'] = 'Hello';
echo $xml->asXml();
फ़ाइल उपयोग asXML($filename)