Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
openrosa-xpath-evaluator
Advanced tools
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
For more info on extended XPath expressions/bindings supported by XForms/OpenRosa/OpenDataKit (ODK) see:
Check that UUID generation is correct (random? UUID vX?)
Any expression made requesting a node-type result will be delegated to the underlying xpath evaluator.
Also, the expression parser is currently very basic and will fail for some xpath expressions. Some examples of expressions that are and are not supported follow.
/model/instance[1]//*
/model/instance[1]/*/meta/*
./author
author
first.name
/bookstore
//author
author/first-name
bookstore//title
bookstore/*/title
bookstore//book/excerpt//emph
.//title
author/*
book/*/last-name
@style
price/@exchange
price/@exchange/total
book[@style]
book/@style
./first-name
first-name
author[1]
author[first-name][3]
my:book
x/y[1]
x[1]/y[2]
book[excerpt]
book[excerpt]/title
book[excerpt]/author[degree]
book[author/degree]
author[degree][award]
ancestor::book[1]
ancestor::book[author][1]
ancestor::author[parent::book][1]
*/*
*[@specialty]
@*
@my:*
my:*
author[degree and award]
author[(degree or award) and publication]
author[degree and not(publication)]
author[not(degree or award) and publication]
author[. = "Matthew Bob"]
author[last-name = "Bob" and ../price > 50]
author[not(last-name = "Bob")]
author[first-name = "Bob"]
author[last-name = "Bob" and first-name = "Joe"]
author[* = "Bob"]
author[last-name = "Bob"]
author[last-name[1] = "Bob"]
author[last-name [position()=1]= "Bob"]
book[last()]
book/author[last()]
book[position() <= 3]
book[/bookstore/@specialty=@style]
degree[position() < 3]
degree[@from != "Harvard"]
p/text()[2]
price[@intl = "Canada"]
x/y[position() = 1]
(book/author)[last()]
(x/y)[1]
(Add any examples of known-unsupported expressions here and to test/extended-xpath.spec.js
.)
FAQs
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
The npm package openrosa-xpath-evaluator receives a total of 568 weekly downloads. As such, openrosa-xpath-evaluator popularity was classified as not popular.
We found that openrosa-xpath-evaluator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.