I want to parse this link :
<a href="http://www.google.fr">Link to google</a>
In order to get two results:
Link = "http://www.google.fr"
LinkName = "Link to google"
I really don't know how to do this, is there a library in Java to solve this problem ?
Thanks in advance,