$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hamish Mackenzie (hamish_at_[hidden])
Date: 2003-06-26 12:23:57
On Thu, 2003-06-26 at 16:18, Stefan Seefeld wrote:
> Stefan Seefeld wrote:
>
> > And I don't use a 'document' class, as that is managed implicitely
> > by my dom::document_ptr:
> >
> > dom::document_ptr document; // create new document;
>
> that should actually become
>
> dom::document_ptr document = dom::make_document("1.0");
Hmmmmm now
dom::document doc( "1.0" );
looks even nicer :-)
-- Hamish Mackenzie <hamish_at_[hidden]>