Help for this page

Select Code to Download


  1. or download this
    my $checker = new XML::Checker::Parser(Handlers => {});
    
    ...
                (print $error)
            }
    }
    
  2. or download this
    Checking file file1.xml ...
    Checking file file2.xml ...
    ...
    Checking file file3.xml ...
    (115, ELEMENT [foo] already defined Element foo line 2 column 67 byte 
    +90)
    ...