SWI-Prolog / packages-sgml

The SWI-Prolog SGML/XML/HTML parser
5 stars 9 forks source link

FIXED: Functions should be called with is/2. #22

Closed wouterbeek closed 6 years ago

wouterbeek commented 6 years ago

Before this fix, the following would bind N' toround(123.1)'. After this fix, N' is bound to123' (as intended).

xpath(Dom, //some_tag(@some_attribute(integer)), N)