in reply to Trouble using XML::XPath::XMLParser::as_string ?
There isn't anything subtle about it, call methods as methods
XML::XPath
$doc->findnodes_as_string('//...'); [download]
$node->string_value $node->toString [download]