I am parsing Xml using Java, i want to parse element with the help of attribute value.
For example Data
Data
It is a old question but you may use HTMLUnit
HtmlAnchor a = (HtmlAnchor)ele; url = a.getHrefAttribute();