I'm trying to use the XPath CONCAT function with no success, I think it isn't implemented yet. Example: ` String result = Xsoup.compile("CONCAT('https://themissingaddress.com/', //a/@href)").evaluate(document).get();`
I'm trying to use the XPath CONCAT function with no success, I think it isn't implemented yet.
Example:
String result = Xsoup.compile("CONCAT('https://themissingaddress.com/', //a/@href)").evaluate(document).get();