/XPathParser

a tool that parse css selector to XPath experssion

Primary LanguageJavaScriptMIT LicenseMIT

A Tool That Parse CSS Selector To XPath Experssion

css selector 1/2/3 are supported, the parsed result(XPath Experssion) follow the XPath 1.0 specification.

Usage

XPathParser.parse('div .abc')
XPathParser.parse('div:nth-child(odd)')

Contact

admin@veryos.com aaron.xiao

Help

If you have any questions, feel free to create ticket or contact via email.

License

XPathParser is available under the terms of the MIT License.