Oops, I mean, yields :S
El 24/02/2011 02:48, Tom escribió:
> Hi, how can I create an empty element with current D2 std.xml Element
> implementation?
>
> stdout.writeln(new Element("foo")); // Shields <foo></foo> instead of
> <foo />
>
> Thanks in advance,
> Tom;