xml - Parsing HTML in Delphi to find the addresses of all images -


how can extract addresses of images in html file using delphi, example using html parser?

you can use ihtmldocument2 interface parse html, check sample retrieving image links html document


Comments