Software Development
More Topics
ITPro Today logo
Software Development TechniquesHow Do I Post Data From XML to SQL Table Using ASP/JSP?How Do I Post Data From XML to SQL Table Using ASP/JSP?
You need to process the XML file using a XML parser. Here you have two options: 1. DOM 2. SAX You can find lots of DOM or SAX parsers to work with from ASP or JSP. If I were you I would work with JSP.
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.