my $next_node = $node->nextSibling() or return; $next_node->nodeType() == XML_TEXT_NODE or return;