Martin,
I am looking to do something very similar to that proposed by Jason, but
looking
at the current v1.7.0 code base I can't make sense of your code below.
Won't calling delete on fDocument in giveDocument() delete the memory of
what
you are about to return? I think the code should look somet
"Cornelius, Martin" <[EMAIL PROTECTED]> writes:
> > Is there some fundamental reason that the memory needs to be managed
> > by the parser? Why can't it be managed by the document?
>
> I think this is merely a design issue: As the parser creates documents, it
> should also be responsible of dele
Hello Jason, you wrote
> Is there some fundamental reason that the memory needs to be managed
> by the parser? Why can't it be managed by the document?
I think this is merely a design issue: As the parser creates documents, it
should also be responsible of deleting them. Solely for this reason t