Commit ea90b894146030c214a7df6d8375310174f134b9

Daniel Veillard 2010-10-22T15:50:50

Fix a change of semantic on XPath preceding and following axis 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.