find a tag ?

I've been working with the source for a couple
of hours now... 

Is there any code for finding a certain tag,
for example if I know there's a <table in the
page and I want to find the Node for the table ?

The FindTag(Node *) function doesn't seem to do
what I want.. it returned a "yes", but the node
didn't have the correct start and end values filled in.

Also, suppose there are three identical tables
in the page, and I want to find the second one,
I need a way to go through them and return table node
number two... 

Regards,
              Johan Eliasson.

Received on Thursday, 1 March 2001 13:03:56 UTC