$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-10-31 13:58:38
Stefan Seefeld wrote:
> What about an interface similar to SAX, where the user provides a set
> of handlers, one per type, and then the reader calls the appropriate
> one ?
This is a discussion about the interface for a Pull parser.
You're talking about a Push one.