[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to get the inner html of a href link.
- From: netawater <standin-000@xxxxxxxxx>
- Date: Tue, 10 Mar 2009 21:35:37 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10757
I can use w3m-anchor to get anchor value, but how about the inner
html?
for example,
<a
href="http://www.wuala.com/blog/2009/02/effective-wuala-usage-part-5-speeding.html">Effective
Wuala Usage: Speeding up file search in Wuala </a>
I want to get the content between <a> and </a>.
I have check w3m-anchor, it calls (w3m-get-text-property-around
'w3m-href-anchor), I guess I need use 'w3m-href-text, but it does't
not work.
Thank you very much!