You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Charlie Hart <ch...@nc.rr.com> on 2000/12/20 18:47:17 UTC

XercesBridgeNavigator

It appears there is an error in the appendChild logic for appending a
new  node. The insertBefore gets the new child Xerces DOM_Node inserted
correctly at the end of the children of the Xerces node, but the
m_nextSibling for the bridge node of the existing children are not
updated. When the document is accessed later, the inserted node does not
show up since the bridge nodes seem to not be aware of the new
node...charlie