You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clixon full namespace match, such as in a call to:
xpath_first(x, nsc, xpath)
tolerates unresolved namespaces in xpath (ie that are not in nsc).
Forcing this check breaks some code and some tests.
A temporary compile-time constant XPATH_NS_ACCEPT_UNRESOLVED has been added as a work-around until the code and tests have been upgraded.
The text was updated successfully, but these errors were encountered:
Clixon full namespace match, such as in a call to:
tolerates unresolved namespaces in xpath (ie that are not in nsc).
Forcing this check breaks some code and some tests.
A temporary compile-time constant
XPATH_NS_ACCEPT_UNRESOLVED
has been added as a work-around until the code and tests have been upgraded.The text was updated successfully, but these errors were encountered: