I do have one more question. This worked great to find the first occurance of a node. The problem I am having now is, I would like to find the next occurance of string contained in the node.
For example, I have 5 nodes that contain the string "HL". The whole node might like something like this: "HL*1*21" and another might look like "HL*3*19". I have just found the 1st one, now I want to find the next one. With the current process, I keep finding the first one and it never moves to the next. Do you know how I might go about doing that?
Thanks again.