Our input to $doc=$parser->parse_file (<file>) contains:
A record is read from $doc with findnodes and $record->toString() renders:
Is it possible to prevent the character entities from being converted in the toString output?
The option $parser->expand_entities(0) doesn't seem to work.
In a Solaris 8 environment this code used to give the desired output. After migrating to Solaris 10, with the same code the character entities are converted.