Joerg Heinicke <joerg.heinicke <at> gmx.de> writes: > > row.description.value =document.getFirstChild().getLastChild(); > > Results in [ #text ] > > I didn't expect to be already on a text node.
Now I also know why the above results in #text: getLastChild() returns the whitespaces between the last child element and the closing tag of an element. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
