Hi, I found you provide a method to add chid for MMElement, addChild:, but it seems that you do not use this method to add children somewhere. In MMParser.m, near line 865:
You assign the children directly. This will result in these children without any parent. Actually the children of list item would fail to provide parents when I need them.
Could you fix it? Or add a comment in MMElement.h to warn not to use the parent. Thanks.
Hi, I found you provide a method to add chid for MMElement,
addChild:
, but it seems that you do not use this method to add children somewhere. In MMParser.m, near line 865:You assign the children directly. This will result in these children without any parent. Actually the children of list item would fail to provide parents when I need them.
Could you fix it? Or add a comment in MMElement.h to warn not to use the parent. Thanks.