|
计算机应用研究 2006
Resolution for Data Batch Input in B/S Mode Based on XML
|
Abstract:
Data batch input is a common problem in the B/S system.To solve this problem,a method based on XML is(pre-)(sented) in this paper.Using the upload function embedded in Internet explorer,the batch data saved in cache can be uploaded to server as Excel's format,and transformed into XML's format by data transform module,and then returned to client ports by Web.Finally,the data can be saved into the database of server,realizing the data batch input in B/S mode.