This may help:
http://java.sun.com/products/jfc/tsc...rks/index.html
also check out
http://java.sun.com/products/jfc/tsc/articles/
"Francesco M." <> wrote in message news:<NmRLa.133708$> ...
> Hi all,
> I need to retrieve the label that is on a HREF html attribute.
> In other words I need to retreive the words "Home Page" from
> this snippet:
>
> <a href="index.jsp"><b>Home Page</b></a>
>
> I have found tutorials that show how to extract the link itself
> but not the label ....
> can anybody help me?
> Thanks
> Francesco