package
module
Version:
v0.0.0-...-ebbbf74
Opens a new window with list of versions in this module.
Published: Mar 21, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
xpath
xpath module provides selecting nodes from XML, HTML or other documents using XPath expression.
import xpath from "ski/xpath";
export default () => {
console.log(xpath('//span').innerText("<div><span>hello</span></div>"));
}
References
Documentation
¶
Package xpath the xpath executor
Source Files
¶
Click to show internal directories.
Click to hide internal directories.