On Tuesday 07 Jan 2003 7:09 pm, Rolf Dubitzky wrote: > On Tuesday 07 January 2003 07:36 pm, Jason Wood wrote: > > Thanks, if you don't mind :-) I'll return the favour, it should be easier > > than writing my own SAX parser. > > Done. -> CVS > > As soon as I use the SAX parser model, I might discover similar problems. > We'll see. But that has to wait at least till version 1.0 of libxml++ which > is actually due soon.
I think str = str + string( "\n\n" ); should be str = str + std::string( "\n\n" ); Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk
