Figure 3. Parse and Display an XML Document. The VB desktop viewer app, VBXMLTree, displays a parsed XML document in treeview form. You can select any XML document you want to parse. We wanted to ensure the viewer could read all types of XML documents, not just the ones created by the XML generator in this project. So, we downloaded this and other XML documents from Microsoft's Web site to ensure the viewer app's parser works with all kinds of generated XML documents, including ADO recordsets. We also surfed the Web for XML documents, looking for examples that might serve to test the viewer; it performed well in displaying all such documents we could find. |