Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $twig= new XML::Twig(TwigRoots => {head => 1});
    $twig->parsefile($file);
    $twig->print;
    
  2. or download this
    <TEI>
     <head>Note VII</head>
    ...
     <head>Preface </head>
     ...
    </TEI>
    
  3. or download this
    <TEI>
     <head>Note <romanNumeral>VII</romanNumeral></head>
    ...
     <head>Preface </head>
     ...
    </TEI>