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 RS: Data> node. The structure is generally as follows: DATA.XML ... s: schema> r: data> Here That is, it is a data line, the next step is to display this part. 2.Loadxml file.