--- trunk/parse_format.pm 2003/07/05 23:39:04 78 +++ trunk/parse_format.pm 2003/07/13 13:42:17 92 @@ -105,6 +105,8 @@ my $i = shift; my $codepage = shift; + return if ($i > 0); # Excel doesn't support repeatable fields + my $out; my $out_swish; @@ -153,6 +155,10 @@ my $i = shift; my $codepage = shift; + # XXX feed doesn't support repeatable fields, but they really + # should, This is a bug. It should be fixed! + return if ($i > 0); + my $out; my $out_swish;