The functions in the "bit" extension library only handle number type arguments, using code like: if (xop->type == XPATH_NUMBER) { ... } They need an "else if (xop->type == XPATH_STRING) { ... }" clause. Thanks, Phil
The functions in the "bit" extension library only handle number type arguments, using code like:
They need an "else if (xop->type == XPATH_STRING) { ... }" clause.
Thanks,
Phil