<?php //load xml$books = simplexml_load_string('<root/>');//loop through the books$books['rootID'] = "ThisIsMyId";print htmlentities($books->asXML());?>