// will only try to merge if there is a difference in this node
if (diffCount > orgDiffCount) {
Debug.log(Debug.INFO, " There is a difference, doing merge");
Debug.log(Debug.INFO, " TextNode name <" +
orgTextNode.node().getNodeName() + ">");
Debug.log(Debug.INFO, " TextNode value <" +
orgTextNode.node().getNodeValue() + ">");
Debug.log(Debug.INFO, " TextNode start char <" +
orgTextNode.startChar() + "> TextNode end char <" +
orgTextNode.endChar() + ">");