Re: [basex-talk] binding-types?

2019-09-12 Thread Bridger Dyson-Smith
Hi Ben - Does something like: ``` declare variable $name external; for $i as xs:integer in 1 to 5 return element { $name } { $i } ``` work any differently? Best, Bridger On Thu, Sep 12, 2019 at 10:49 AM ben.engb...@be-logical.nl < ben.engb...@be-logical.nl> wrote: > xs:string is neither

Re: [basex-talk] binding-types?

2019-09-12 Thread ben.engb...@be-logical.nl
xs:string is neither accepted and says that no namespace is defined for 002xs:stringBen Oorspronkelijk bericht Onderwerp: [basex-talk] binding-types?Van: Ben Engbers Aan: Basex Mail-lijst Cc: Hi,While creating a R-package, based on my R client-implementation, I foundthat the

[basex-talk] binding-types?

2019-09-12 Thread Ben Engbers
Hi, While creating a R-package, based on my R client-implementation, I found that the binding function was malfunctioning. After rewriting that function, the following is accepted: query_txt <- "declare variable $name external; for $i in 1 to 5 return element { $name } { $i }" query_obj_1 <-