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
{{ message }}
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
boolean() function appears to always return true for a nodeset argument, even when its empty. Whereas according XPAth spec it should return false for an empty node:
The boolean function converts its argument to a boolean as follows:
...
a node-set is true if and only if it is non-empty
The text was updated successfully, but these errors were encountered:
boolean() function appears to always return true for a nodeset argument, even when its empty. Whereas according XPAth spec it should return false for an empty node:
The text was updated successfully, but these errors were encountered: