in reply to Re: XML to CSV conversionin thread XML to CSV conversion
Sorry .. I didn't get your point. What are you trying to echo?
for my $t in //text() { perl { chomp $t; print "$t," } } [download]