How to convert Log files into xml file?

Imported from previous forum

I have a Log file like this.
“8=FIX.4.49=12335=D49=CITI56=PUTNAM11=Ord152=7:36:01.068 AM55=IBM54=115=$110=1038=240=New Order Single75=6/15/2010 5:34:46 AM44=50059=6/15/2010 11:04:46 AM916=6/15/2010 12:00:00 AM581=2167=xyz526=SecOrd0117=Cl1917=6/15/2010 5:34:46 AM376=Comp070=AllocID160=6/15/2010 5:34:46 AM10=123”

I want to bind this to gridview.
So how to convert this into xml?

I suggest to use the FIX Repository where you can lookup tag IDs and their correspnding FIXML abbreviations. Then you can create a FIXML message. Check out Volume 1 of FIX 5.0 SP2 which describes the FIXML schema (successor of DTD) and has examples for FIX 4.4 (pages 27-55).

I have a Log file like this.
“8=FIX.4.49=12335=D49=CITI56=PUTNAM11=Ord152=7:36:01.068 AM55=IBM54=115=$110=1038=240=New Order Single75=6/15/2010 5:34:46 AM44=50059=6/15/2010 11:04:46 AM916=6/15/2010 12:00:00 AM581=2167=xyz526=SecOrd0117=Cl1917=6/15/2010 5:34:46 AM376=Comp070=AllocID160=6/15/2010 5:34:46 AM10=123”

I want to bind this to gridview.
So how to convert this into xml?