Status of std.xml (D2/Phobos)

Alix Pexton alix.DOT.pexton at gmail.DOT.com
Tue Jun 29 01:41:50 PDT 2010


On 28/06/2010 15:11, Steven Schveighoffer wrote:

> Yes, I don't think the phobos solution needs to mimic exactly the API of
> SAX or DOM, the author should be free to use D idioms. But starting with
> a common proven design is probably a good idea.
>
> -Steve

I've been thinking about it, and while I believe you when you say that 
SAX can be used to build the DOM, I'm not convinced that SAX is the 
lowest common abstraction.

Michel Fortin's Tokenizer/Range seems much closer to the metal to me.

A...


More information about the Digitalmars-d mailing list