I've been trying server side tree traversal examples and none of them see to work with my XML document. Its well formed, has only attributes - no elements.
I want to be able to specify a node (any node) and get all nodes below that node (not those on its level) returned.