The std.xml library contains a bug. I cannot parse empty xml elements (ie. elements that have the following format <element> := '<' <name> <attribute>* '/' '>'). I went ahead and revised the module. The version that I am using handles empty elements correctly. Where should I submit my update?