Hi, how can I create an empty element with current D2 std.xml Element implementation? stdout.writeln(new Element("foo")); // Yields <foo></foo> instead of <foo /> Thanks in advance, Tom;