--- trunk/lib/WebPAC/Normalize/XML.pm 2005/08/02 15:20:44 37 +++ trunk/lib/WebPAC/Normalize/XML.pm 2005/11/12 21:21:50 38 @@ -68,6 +68,7 @@ $self->{'import_xml'} = XMLin($xml_file, ForceArray => [ $self->{'tag'}, $self->{'tags'}, 'config', 'format' ], + ForceContent => 1, ); $log->debug("import xml is ",sub { Dumper($self->{'import_xml'}) });