Ok, well, I have it working. In the end it appears to be a dumb newbie
mistake. I was using getChildren(), which retrieves all nodes. My code
was assuming that I was getting back all element nodes. When I switched
to the getChildElements() method, viola, it worked. I thought I was
using the getChildElements() method, but didn't figure that out until I
made it work by adding the logic to only pay attention to the element
nodes. In the end it works as I'd expect.... Hopefully this post
serves as some help to others
Doh.
Onward up the learning curve.....
Thanks,
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]