Hello,
I'm trying to extract data with xpath from an html page.
I have:
Create Document => Extract Information
Create Document:
<html>
<head>
<title>TITLE</title>
</head>
<body>BODY</body>
</html>
Extract Information configurated with:
query type: xpath
attribute type: nominal
xpath queries: //title
namespace: n/a
ignore CDATA: true
assume html: true
Result:
attribute name: ?
What am I doing wrong? >:(