Help for this page

Select Code to Download


  1. or download this
    sub xml_compliance {
        my ($self, $field) = @_;
    ...
        $field =~ s/'/'/g;
        return $field;
    }
    
  2. or download this
        Entity: line 15: parser error : Input is not proper UTF-8, indicat
    +e encoding !
    
  3. or download this
    sub xml_compliance {
        my ($self, $field) = @_;
    ...
    
        return $fixed;
    }