Re: [basex-talk] Fwd: FW: java binding passing variables

2023-04-12 Thread Andy Bunce
and your reply really > saved my bacon. > > Thank you ever so much, > > > > Burkhard > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > > *From: *Andy Bunce > *Sent: *11 April 2023 19:54 >

Re: [basex-talk] Fwd: FW: java binding passing variables

2023-04-12 Thread Burkhard Quessel
reply really saved my bacon.Thank you ever so much, Burkhard Sent from Mail for Windows From: Andy BunceSent: 11 April 2023 19:54To: Burkhard QuesselCc: basex-talk@mailman.uni-konstanz.deSubject: Re: [basex-talk] Fwd: FW: java binding passing variables Hi Burkhard, The thing about the warn argument

Re: [basex-talk] Fwd: FW: java binding passing variables

2023-04-11 Thread Andy Bunce
Hi Burkhard, The thing about the warn argument is that it can be updated by the Java call. So I think you will need to pass in a suitable Java object. For this case I tried an ArrayList import module namespace bdrc = "io.bdrc.ewtsconverter.EwtsConverter"; let $warn:=Q{java.util.ArrayList}new()

[basex-talk] Fwd: FW: java binding passing variables

2023-04-11 Thread Burkhard Quessel
*Subject:* java binding passing variables I am trying to use xquery to transform Tibetan which is presented in Roman script to Unicode, i.e. into original Tibetan script. For this I use existing java code from here: