How do I set Moo to the element, like this:\[code\]$xmlEl = new SimpleXMLElement('<Get>Moo</Get>');\[/code\]If I initialised the element like this instead:\[code\]$xmlEl = new SimpleXMLElement('<Get></Get>');\[/code\]It's something ridiculously simple. But I know it's neither addAttribute() nor addChild().Thanks in advance