From: Joe E. <jen...@fl...> - 2001-05-09 01:09:10
|
I've just updated the dom::c package to make it compatible with dom::tcl and the TclDOM documentation: [dom::document createXXX $node1 ...] now creates the new node as a child of $node1. This is largely compatible with the old dom::c behavior -- typical usage is to insert nodes at the right point in the tree immediately after creating them, and scripts that do so will still work the same since the implementation automatically unlinks and reparents the new node. The test suite still passes, so I'm fairly confident that this change won't break anything. There's also a compile-time option (-DW3C_CONSTRUCTOR_BEHAVIOR) to get the old behaviour back. Lee -- can you get a fresh copy from Sourceforge CVS and see if that works now? --Joe English jen...@fl... |