in reply to how to convert tab separated text lines into xml files

There are modules on CPAN for reading such files (for example Text::CSV), and there are lots of modules for producing XML.

You'll just have to put them together in a small script to do what you want.

  • Comment on Re: how to convert tab separated text lines into xml files