>Text text = document.createTextNode(null); I'm not sure that setting a text node's value to null is considered meaningful/acceptable by the DOM spec. I'll check that.
>Text text = document.createTextNode(null); I'm not sure that setting a text node's value to null is considered meaningful/acceptable by the DOM spec. I'll check that.