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