I would like to import a specific item from an HTML page, and I want to get the "Uptime" column.
I installed XPath HTML Parser and configured it; when I run it on a node, I put these details:
XPath HTML parser Settings:
Context: //*[@class=’DataGrid’]//tr[@class=’Odd’]
I’ve created an simple content type with title and body, and put the following on the mapping settings:
xpathparser:0 TARGET => Body
When import it always says, "No new nodes."
What is happening? How can I import it?
I tried using a Firefox add-on to generate the XPath, but when I paste it on the body or the context field, it is not accepted.