Closed wouterbeek closed 6 years ago
Before this fix, the following would bind N' toround(123.1)'. After this fix, N' is bound to123' (as intended).
N' to
N' is bound to
xpath(Dom, //some_tag(@some_attribute(integer)), N)
Before this fix, the following would bind
N' to
round(123.1)'. After this fix,N' is bound to
123' (as intended).