Not sure what this error means,. I get this with every xpath I try.
I basically want to extract the spanish URLs (hreflang) out of a list of websites.
I tried these:
=XPathOnUrl(A1,"//link[@hreflang='es']","href")
=XPathOnUrl(A1,"//link[starts-with(@hreflang,'es')]","href")
What am I doing wrong or what can I try ? Thanks !