Maybe you could add that to the documentation?
I’ll be happy to do so. Do you have a good proposal in mind which text to add?
How do you start the GUI?
Well either by clicking on the link on the desktop, which was created during the installation of BaseX or by running the basexgui.bat in the bin folder. But since I am interested in the Java interface of BaseX that is not very important for me.
Hm, it shouldn’t make a difference it you run basex.bat or basexgui.bat; in both cases, the jar files in the lib directory will be added to the classpath..
Thanks for your help and best regards,
You are welcome, Christian
Jan
-----Original Message----- From: Christian Grün [mailto:christian.gruen@gmail.com] Sent: Tuesday, March 22, 2016 9:45 AM To: Taschner, Jan Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Calling XLST Module from Java
Hi Jan,
- " return xslt:transform($in, $style)";
Maybe your transformation does not return a single XML document. Did you try xslt:transform-text ?
Running the XQuery in the BaseX GUI does not work, since the GUI only provides support for XLST 1.0. Is there a way to change that?
How do you start the GUI?
Cheers, Christian