-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xml_cmp() compares numeric nodes based on string value #64
Comments
OK. |
True, but if we know we have a number, the compare should be for numeric value. |
Agree |
olofhagsand
added a commit
that referenced
this issue
Feb 4, 2019
This should work now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead, it should check the spec for the type, convert the string to the correct type and do a numeric comparison for nodes with a numeric type.
The text was updated successfully, but these errors were encountered: