Hi,
I have a list of image URLs outputted as a result of sitemap parse and in next column, i would wish to pull in each image's alt tag (if it exists).
I have tried this one =Dump(XPathOnUrl("http://tessin.se","//img","alt")) with certain tweaks but doesn't help!
Any suggestions?