--TEST-- DOMNode::C14N() --SKIPIF-- --FILE-- The Grapes of Wrath John Steinbeck The Pearl John Steinbeck XML; $doc = new DOMDocument(); $doc->loadXML($xml); $node = $doc->getElementsByTagName('title')->item(0); var_dump($node->C14N()); ?> --EXPECTF-- string(34) "The Grapes of Wrath"