Re: [basex-talk] write result to file?

2020-12-16 Thread Nicholas
On 12/15/20 11:38 AM, Liam R. E. Quin wrote: On Tue, 2020-12-15 at 09:19 -0800, Nicholas wrote: pardon, forgot to include: https://tech.forums.softwareag.com/t/writing-to-file-using-xquery/67224 where michael kay says that's just not going to work. That's not exactly what he says - Mike

Re: [basex-talk] write result to file?

2020-12-15 Thread Liam R. E. Quin
On Tue, 2020-12-15 at 09:19 -0800, Nicholas wrote: > pardon, forgot to include: > > https://tech.forums.softwareag.com/t/writing-to-file-using-xquery/67224 > > > where michael kay says that's just not going to work. That's not exactly what he says - Mike words himself very carefully most of

Re: [basex-talk] write result to file?

2020-12-15 Thread Nicholas
pardon, forgot to include: https://tech.forums.softwareag.com/t/writing-to-file-using-xquery/67224 where michael kay says that's just not going to work. similarly, I'd want to feed the result into an xslt. On 12/15/20 9:15 AM, Nicholas wrote: how is the return result from a query

Re: [basex-talk] write result to file?

2020-12-15 Thread Nicholas
ah, I see, it's using expath? |file:write|($file as|xs:string|, $items as|item()*|) as|empty-sequence()| |file:write|($file as|xs:string|, $items as|item()*|, $params as|element(output:serialization-parameters)|) as|empty-sequence() something like that? | On

Re: [basex-talk] write result to file?

2020-12-15 Thread Christian GrĂ¼n
There are numerous ways to do so. Did you already check our documentation ( docs.basex.org)? Nicholas schrieb am Di., 15. Dez. 2020, 18:15: > how is the return result from a query written to a file? > > > thanks, > > > Nick > >

[basex-talk] write result to file?

2020-12-15 Thread Nicholas
how is the return result from a query written to a file? thanks, Nick