xpath-parser

simple xpath parser

Usage no npm install needed!

<script type="module">
  import xpathParser from 'https://cdn.skypack.dev/xpath-parser';
</script>

README

XPath Parser

Parses xpath string into object representation, which can be used to write evaluators for different xml libraries.

Build Status