Loading XML data into a temp table

bino

Member
I'm trying to find a method for loading data from an XML file into a temp table. I currently have an application in webspeed that allows me to post an XML file and receive the XML response.

I'm not sure of the best method to take that response, handle the xml file and display the information in HTML. Yes, I could use XSL, but if I can populate the XML data into a temp table, It would be easier to handle the data within my webspeed application. Also, if I use XSL, I must specify the path reference for the XSL stylesheet in the XML file that I receive, which would be hard to do considering the response is not from our server, but a vendor server.
 
Back
Top