https://github.com/designliquido/xpath
Our XPath implementation in TypeScript
https://github.com/designliquido/xpath
Last synced: 8 months ago
JSON representation
Our XPath implementation in TypeScript
- Host: GitHub
- URL: https://github.com/designliquido/xpath
- Owner: DesignLiquido
- License: mit
- Created: 2025-06-06T00:48:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T03:09:28.000Z (about 1 year ago)
- Last Synced: 2025-06-30T06:17:46.679Z (12 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xpath
Our XPath implementation in TypeScript.
## Motivation
We maintain another open source package called [`xslt-processor`](https://github.com/DesignLiquido/xslt-processor). The XPath component the project had became impossible to maintain due to a variety of reasons. `xslt-processor` should use this implementation once it is ready.
This repository is intended to solve a particular problem in our packages, but it can be used by any other NPM package.