v0.6.2
Fixed
- fix(xpath): Adjust text methods to match lxml by @James-LG in #30
- Adds an
itertext()
method toXpathItemTreeNode
that behaves like lxml's itertext method. - Adjusted
XpathItemTreeNode::text()
method such that it matches the behaviour of lxml'stext()
method. - XPath results returns nodes in document order
- Text nodes automatically unescape commonly escaped characters such as
gt;
->>
- Added
unescape_characters()
andescape_characters()
functions to easily move between them
- Added
- Adds an
Full Changelog: v0.6.1...v0.6.2