On 6/27/10, Justin Johansson <[email protected]> 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.