October 16, 2019
https://issues.dlang.org/show_bug.cgi?id=17709

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
Seems to me, that the reason is, that the constructor of DocumentParser allready partially parses the xml document, namely until the root element is found. At that time parser.onStartTag["device"] is not yet defined and therefore not called.

I don't understand std.xml good enough to fix this though. And the docs tell, that std.xml will be replaced by something better sooner or later. Therefore I don't know if it's worth it to fix this anyway.

--
February 07, 2021
https://issues.dlang.org/show_bug.cgi?id=17709

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@bernis-buecher.de
         Resolution|---                         |WONTFIX

--- Comment #2 from Berni44 <bugzilla@bernis-buecher.de> ---
std.xml is deprecated since about a year. Closing this as WONTFIX.

--