I have a HTML table stored in a string \[code\]string tbl = "<table calls='report'><tr><th>head</th><th>name</th></tr><tr><td>Department name</td><td>Mike</th></tr></table>";\[/code\]how can i loop thru this string and then write it to an XML file?I think i will be able to write the file to XML but the question is how or loop thru the string and identify whats in t and how to parse it.Thanks