Re: [basex-talk] XSLT with multiple outputs in BaseX 11.0

2024-07-02 Thread Christian Grün
> as a workaround, it seems you can do e.g. This would have been my suggestion, too. Thanks.

Re: [basex-talk] file:write(...) is not respecting indent parameter correctly

2024-07-02 Thread Christian Grün
…that’s it. Another solution is to use fetch:doc: fetch:doc($input, { 'stripws': true() }) With XQuery 4, the standard fn:doc function may be extended with an options argument. If so, the fetch namespace prefix can be omitted. schrieb am Di., 2. Juli 2024, 17:36: > The solution was to

Re: [basex-talk] Command line "-i" directory does not update files when file extension not "xml"

2024-07-02 Thread Zimmel, Daniel
Thank you for the clarification and the example – I wasn’t aware of this option. Von: Christian Grün Gesendet: Montag, 1. Juli 2024 10:34 An: Zimmel, Daniel Cc: basex-talk@mailman.uni-konstanz.de Betreff: Re: [basex-talk] Command line "-i" directory does not update files when file extension

Re: [basex-talk] file:write(...) is not respecting indent parameter correctly

2024-07-02 Thread ykhabins
The solution was to add a stripws option. After that all output XML files are indented properly because causing the issue whitespaces were removed. Please see the working properly XQuery below. (: https://docs.basex.org/main/Options#stripws :) declare option db:stripws "true"; declare variable

Re: [basex-talk] missing invisible-xml library in BaseX 11.0?

2024-07-02 Thread Christian Grün
…thanks for the observations. A BaseX 11.1 patch release will be published this or next week. On Mon, Jul 1, 2024 at 10:03 PM Gunther Rademacher wrote: > Dear Michael, > > thank you for reporting this. > > The cited documentation page suggests that the Markup Blitz jar should be > contained in