
27 Feb
2007
27 Feb
'07
10:54 p.m.
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