in reply to Re^2: XML to CSV conversionin thread XML to CSV conversion
for my $t in //text() { perl { chomp $t; print "$t," } } [download]