README
xpath-evaluator
An evaluator for XPath 1.0 expressions. An adapter is required and there's adapters implemented for the DOM and for the internal DOM of React.
An evaluator for XPath 1.0 expressions.
<script type="module">
import xpathEvaluator from 'https://cdn.skypack.dev/xpath-evaluator';
</script>
An evaluator for XPath 1.0 expressions. An adapter is required and there's adapters implemented for the DOM and for the internal DOM of React.