in reply to Need Info on XML - TAB format

It is, in general, impossible to convert XML documents to a record-based format. This is because XML is hierarchical and doesn't fit into a record-based format.

However, if you have some particularly simple XML which is really record-based already, then you might be able to produce what you want using and of the standard XML modules. XML::Simple would probably be a good place to start.