XPath HTML parser:
Get value of an attribute.
a/@href - give error:500.
string(a/@href) - is OK.
↧
Get value of an attribute. a/@href give error:500. string(a/@href) is OK.
↧
XPath HTML parser:
Get value of an attribute.
a/@href - give error:500.
string(a/@href) - is OK.