JavaScript + DOM access data in the XML file

xiaoxiao2021-04-10  418

1. Generate an XML file. In ADO, you can save the query content to specify the XML file with the recordset.save method. There are a lot of content in the generated file. We need the content of the node. The structure is generally as follows: DATA.XML ... Here That is, it is a data line, the next step is to display this part. 2.Loadxml file.