Skip to content
  • Daniel Veillard's avatar
    Fix a change of semantic on XPath preceding and following axis · ea90b894
    Daniel Veillard authored
    This was introduced in the prevous fix, while preceding-sibling and
    following sibling axis are empty for attributes and namespaces,
    preceding and following axis should still work based on the parent
    element. However the parent element is not available for a namespace
    node, so we keep the axis empty in that case.
    ea90b894