Does anyone have an example like this?
A genric code to read XML with VB and/or ADO using MSXML in Access?
It should be easy to write a short and sweet code to read each and every node, element.

I thought it would be easy.... psudeo code
1. Set DOM
2. find number of nodes... msgbox each one
3. find the number of elements.. msgbox each one
4. find the number of attributes ... msgbox each one
5. next attribute
6. next element
7. next node


It should be easy, but I can't get passed the errors in my MSXML code.