Skip to content

v2.1.0 (2021-01-05)

Compare
Choose a tag to compare
@brunato brunato released this 05 Jan 20:38
· 1309 commits to master since this release

New classes for XPath nodes

  • Replaced named-tuple classes with a hierarchy of custom classes that bind instances (attribute nodes, text nodes, namespace nodes) with parent elements;
  • Nodes are equal if they have also the same parent (same element instance).