Andrew Walton - 2005-07-10

Hey, I've recently been playing around with your library (great job, btw), and I've really found it to be everything need except...

I need an function that can count all of the XML elements in a document at a certain hiarchical level (for example, given any element, I need a function that can traverse the trees and count ever node). I'm already working on implementing it for my private version of TinyXML, but I will be more than happy to give it back to the community if a need for such a method presents itself. Surely I'm not the only one whose needed a counting method.

(I'm also going to implement a version where you can pass it a node and it will count all instances of the node).

Let me know if there's any future for it within TinyXML