Status of std.xml (D2/Phobos)

Adam Ruppe destructionator at gmail.com
Sun Jun 27 07:42:57 PDT 2010


On 6/27/10, Justin Johansson <no at spam.com> wrote:
> btw. I feel it fair to add conjecture that a DOM implementation
> is pretty basic stuff and that a complete XML ecosystem it much
> larger than just this (i.e. an in-memory DOM).

Yes, it is very simple, but so is all the XML I've ever actually
encountered. I've seen ugly, convoluted HTML and I've seen name/value
pairs in verbose XML format, but very very little in the middle.
(Heck, I just used std.string.indexOf("<tagname") for quite a while.)

This is probably due to my observation bias, with all my XML
experience coming from working with web services.


More information about the Digitalmars-d mailing list