- Considering the XML
- Parsing the XML
- Displaying Output Based on Tree Item Selection
- Developing Your Own XML Display
Developing Your Own XML Display
The techniques demonstrated in this article work for any kind of XML data. I've already mentioned a number of alterations you might want to make and enhancements you might want to add. However, the basic idea is always the samedisplay the structure of the XML data in a form that someone can use. This example is fully functionalit lets you drill down to any data level, and you can add other levels as needed. Memory is the only limitation you face as you add more levels, and your data set would have to become quite complex to exhaust memory on most machines.