Open petermr opened 9 years ago
If the landing page contains:
<title>Foo bar</title>
how do I extract the element value using:
"title": { "selector": "//title", },
(i.e. I want an analogue to attribute)
attribute
Attribute takes two special values, text (the default) and html. See the scraperJSON README https://github.com/ContentMine/scraperJSON/blob/master/README.md
text
html
If the landing page contains:
how do I extract the element value using:
(i.e. I want an analogue to
attribute
)