OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DOM in c



Hi,

I'm writing a dom implementation in c (no C++) to be released under an
open license. I'm looking for a forum in which to ask about implementation
details; mainly pertaining to memory management at the moment.

My question is -- if freeing a node entails recursively freeing all it's
children, when inserting a DocumentFragment must I clone all children
first? If I do not, freeing the DocumentFragment would then recursively
delete the node just inserted into the tree.

Thanks,
Mike