$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2007-02-27 17:54:43
Péter Szilágyi wrote:
> What I'm
> trying to point out here is that maintaining two separate APIs isn't really
> the best solution... instead I would suggest one module with "simple" +
> "expert" methods...
That's still effectively two APIs. Whether it's two implementations is a
different question.
> So internally it could use a DOM representation, but if the
> user chooses to stick with the basics,
Just pointing out: implementation stream parsers on top of a DOM
representation is about as inefficient as you can get.
Sebastian Redl