xpath.py
xpath.py copied to clipboard
Python library for generating XPath expressions
Results
1
xpath.py issues
Sort by
recently updated
recently updated
newest added
Hi, I think it would be quite handy to have `Expression.__floordiv__` being a shortcut for `Expression.descendant`. The reasoning is that it is quite common to traverse nodes using the descendant...