Subject: | libxml 1.5x |
my $parser = XML::LibXML->new();
my $doc = $parser->parse_string($$p_xml);
return $doc;
this code works well with solaris 8, libxml 2.5.6, perl code 5.6.1 and XML-LIBXML 1.54 and for ascii values whatever.
this code does not work with solaris 9, libxml 2.5.6, perl code 5.8.0 and XML-LIBXML 1.5X and for parsing characters of ascii value > 128.
output $doc is scrambled after doing the $parser command. i mean, if i do a print of $doc i get no utf8.