PDA

View Full Version : vba script to parse html & create xml



talc
02-03-2011, 05:07 AM
Hi,

I am trying to create vba script for outlook that will parse the message (which is received as an html table) and create an xml file based on the values in certain 's in the table.

Can you please point me to where should I start?
Also can you please advice or refer me to resources/tutorials regarding those issues?

Please consider that I have no vba experience, just some basic C#

Thanks
TC

JP2112
02-03-2011, 06:43 AM
HTML Tidy has a COM wrapper which you can use in VBA to convert HTML to XML.

http://www.15seconds.com/issue/010601.htm