Related to 3042659
These fail: <bind nodeset="@foo" constraint="../bar != ''" /> and <group ref="@foo"><output ref="../bar" /></group>
parent axis and probably others do not work on attributes because parentNode is null; use ownerElement instead.
This bug appears to be pervasive and probably needs a better fix.
Partial workaround for attribute ancestor axis and others.
These fail:
<bind nodeset="@foo" constraint="../bar != ''" />
and
<group ref="@foo"><output ref="../bar" /></group>
parent axis and probably others do not work on attributes because parentNode is null; use ownerElement instead.
This bug appears to be pervasive and probably needs a better fix.
Partial workaround for attribute ancestor axis and others.