Tove
Jani
Reminder
Don't forget me this weekend!
XML;
$xml=new SimpleXMLElement($note);
$xml->addAttribute("type","private");
$xml->body->addAttribute("date","2013-01-01");
echo $xml->asXML();
?>
Select View Source to see the added "type" attribute (added to the note element), and the "date" attribute (added to the body element).