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

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

2024-07-01 Thread Christian Grün
Hi Daniel, You can include .xsl files via the CREATEFILTER option [1]: java -jar BaseX.jar -u -c"set createfilter *.x,*.xsl" -ilocalpath update.xquery Hope this helps, Christian [1] https://docs.basex.org/main/Options#createfilter On Fri, Jun 28, 2024 at 3:36 PM Zimmel, Daniel wrote: >

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

2024-06-28 Thread Zimmel, Daniel
Hi, is the following behaviour a bug or does it need better documentation? When in a directory of XML files one file extension is not .xml but .xsl then with java -cp BaseX.jar org.basex.BaseX -u -w -i"localpath/" update.xquery only .xml-files get updates (not .xsl) Only with