Vote: deprecate std.xml?
Guillaume Piolat
first.last at gmail.com
Wed Jan 15 15:17:09 UTC 2020
On Saturday, 11 January 2020 at 16:44:03 UTC, Ernesto Castellotti
wrote:
>
> I believe that removing it will only leave the std without xml,
> I don't like the idea of moving too many things out of the
> std.
>
If you actively looking for a XML parsing module, you'll end up
avoiding std.xml anyway. Last 2 times I've done this, trying to
work with std.xml was just a loss of time, and I ended up with
dom.d which is one of the few maintained AND practical parsing
libraries out there.
Removing it will make people more productive, you don't loose
time evaluating it as an alternative.
More information about the Digitalmars-d
mailing list