Hi Scott,
looks like were in the same business, sort of. Yes, I have a classes for
managing all things DOM and the main application calls methods of those
classes, so we are in agreement there. I still would like to somehow create
my own collection of nodes though.
Thanks,
John
-Origin
Hi,
I'm not sure what the best way to accomplish this task is. I would like to
create my own node list by collecting nodes from various DOM API's. Then
I'd like to use those nodes by passing the list around to different
functions in my code.
I know the following will not work:
DOM_No