Help for this page

Select Code to Download


  1. or download this
    use XML::Checker::Parser;
    
     my %expat_options = (KeepCDATA => 1, 
    ...
         die XML::Checker::error_string ($code, @_) if $code < 200;
         XML::Checker::print_error ($code, @_);
     }
    
  2. or download this
    <!DOCTYPE a [
        <!ELEMENT a (b,c!)>
    ...
    <b></b>
    <c></c>
    </a>