Help for this page

Select Code to Download


  1. or download this
    my $term1 = XML::LibXML::Element->new('term');
    $term1->appendTextNode('Einführung');
    ...
    $head->addChild($term1);
    $head->appendTextNode(' in die ');
    $head->addChild($term2);