http://www.perlmonks.org?node_id=1005252

satheeshbssb has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Table conversion
by CountZero (Bishop) on Nov 23, 2012 at 11:13 UTC
    It would help if you could provide a sample of the input "text table" and a sample of the output "xml table". Otherwise it is impossible to usefully answer your question.

    Also it is appreciated to show some code you may have tried (but failed) to solve your problem.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics
Re: Table conversion
by marto (Cardinal) on Nov 23, 2012 at 11:12 UTC

    Unless you're talking about the DB2 XMLTABLE funciton you're going to have to be specific. I've already asked you to read and understand How do I post a question effectively?. You need to post example input, desired output and any attempts you've made at coding a solution. Pay special attention to the post formating advice in the link provided.