DOM2 Traversal with TreeWalker
I’ve been playing around with a feature of DOM2 called the TreeWalker Interface and I am finding it to be a great way to select DOM nodes based on an arbitrary filter. The only problem with the TreeWalker interface is that it is only supported in Mozilla browsers (not sure about Safari). I did come across a script at dithered.com that promises to extend the TreeWalker interface to IE5+, but I cannot seem to get it to work. Even after extensive Google searches, I cannot seem to find any solutions.
So my question to the community, is has anybody been successful in using the TreeWalker Interface in IE? If so could you please send me along some examples or links. Thanks!


