Help for this page

Select Code to Download


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