1
0
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:
Norman Chan
2022-06-03 11:08:27 -04:00
committed by GitHub
parent ca11d169be
commit 0cfa6e8861

5
examples/xpath.fql Normal file
View File

@@ -0,0 +1,5 @@
LET doc = DOCUMENT("https://www.google.ca", {
driver: 'cdp'
})
RETURN XPATH(doc, "//meta/@charset") // ["UTF-8"]