Help for this page

Select Code to Download


  1. or download this
    use XML::DOM;
    my $doc = XML::DOM::Document->new;
    ...
    $tag->addText("IssuéTést");
    $doc->appendChild($tag);
    print $doc->toString();
    
  2. or download this
      <?xml version="1.0" encoding="utf-8" ?> 
      <word>Issu&#233;T&#233;st</word>