$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-22 12:20:16
Hans Dembinski wrote:
> The point of the proponents of a serialisation solution is that it can
> potentially also handle the DOM case, but obviously not vice versa.
I don't think so. In fact the reverse is true. Deserialization from DOM is
trivial. Making a deserialization library build a DOM is decidedly
nontrivial. I'm not sure how it could be done.