Help for this page
use strict; use warnings; ... $xml->setDocumentElement($r); $r->addChild($xml->createTextNode('<&')); say $xml->toString;
create root ; insert text '<&' into /root ; ls . ;