XML e = new XML("root");
String id = e.toString();
String check = "<root/>";
_checkEqual(id,check);
