<?php $xml = simplexml_load_string("<xml><number>0</number><number>1</number></xml>"); $i = (int) 1; $d = (float) 1; $xml->number[$d] = 999; echo $xml->asXML();
You have javascript disabled. You will not be able to edit any code.