I want to match links like <a href="mailto:my@email.com">foo</a>, but this doesn't work only works in Nokogiri:
doc/'a[href ^="mailto:"]'
What's the right way of doing that? How do I do that with Hpricot?
|
|
I want to match links like
|
|||
|
|
|
|
|
||
|
|
|
This works on Hpricot:
Couldn't figure out a way to do the xpath search though. Apparently, Hpricot doesn't support |
||
|
|