Hello
node is an object of type TagNode
usually I can get the attribute via
String link = node.getAttribute("src");
but for some reason this returns null
It seems that TagNode does not recognize src as an attribute
node.getHtml() gives
<img src=/http:www.dcs.shef.ac.uk/people/dcsstaff.gif width=150 height=100>
pls help
regards:
I recommend you the HTML Parser 1.5
it is great.
Thank you May goodness be with you all
Log in to post a comment.
Hello
node is an object of type TagNode
usually I can get the attribute via
String link = node.getAttribute("src");
but for some reason this returns null
It seems that TagNode does not recognize src as an attribute
node.getHtml() gives
<img src=/http:www.dcs.shef.ac.uk/people/dcsstaff.gif width=150 height=100>
pls help
regards:
I recommend you the HTML Parser 1.5
it is great.
Thank you
May goodness be with you all