Hi,
I have a problem where I have an ASP site that uses 3rd-party DLL's to extract data from a database and format it as HTML.
What I would like to do is replace the existing ASP script with my own and output the data as XML.
How feasible is this?
Rather than reverse engineering the DLL I would rather use the output from the existing ASP script and parse the HTML table and re-format as XML, so that I can simply unplug the old ASP script and replace with the new.
Anyone done this and how would you suggest I approach this?
Thanks,
Mike.
I have a problem where I have an ASP site that uses 3rd-party DLL's to extract data from a database and format it as HTML.
What I would like to do is replace the existing ASP script with my own and output the data as XML.
How feasible is this?
Rather than reverse engineering the DLL I would rather use the output from the existing ASP script and parse the HTML table and re-format as XML, so that I can simply unplug the old ASP script and replace with the new.
Anyone done this and how would you suggest I approach this?
Thanks,
Mike.