xpath_selector 2.0.0
xpath_selector: ^2.0.0 copied to clipboard
XPath package for HTML and XML, most XPath syntaxs are supported.
1.0.0 #
- Initial version.
1.0.1 #
- Add XPathElement selector
1.0.2 #
- Fix
/.[@attr=value]parse error
1.0.3 #
- Support
not(function(param1, param2))
1.0.4 #
- Fix
child=value
1.1.0 #
- Support
not(funcion()|attr = """) - Support namespace function:
local-name()name()
2.0.0 #
- Custom parser
- Remove class
XPathElement, which merge toXPathNode - In
XPathResult,elements=>nodes,elements=>element