My thinking is that with such a wide search criteria you will get a lot of tags that you don't require.
for example a good search would use a class attribute or maybe all td's inside a table with the name of 'test_table'
in the above example could you not just look for all img's / p's / div's
It might also cause you issues if the developer adds custom attributes to the tag as this would also exclude them from the search.
Lee
for example a good search would use a class attribute or maybe all td's inside a table with the name of 'test_table'
in the above example could you not just look for all img's / p's / div's
It might also cause you issues if the developer adds custom attributes to the tag as this would also exclude them from the search.
Lee