mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-13 19:52:52 +02:00
Add xpath example (#740)
This commit is contained in:
5
examples/xpath.fql
Normal file
5
examples/xpath.fql
Normal file
@@ -0,0 +1,5 @@
|
||||
LET doc = DOCUMENT("https://www.google.ca", {
|
||||
driver: 'cdp'
|
||||
})
|
||||
|
||||
RETURN XPATH(doc, "//meta/@charset") // ["UTF-8"]
|
Reference in New Issue
Block a user