Hello Christian,
Wow, changing it to xslt:transform-text worked. It is true that my transformation returns multiple XML documents.
I am just a beginner in XSLT and BaseX and I did not realized that I have to use xslt:transform-text(...), when my transformation outputs multiple XML files. Maybe you could add that to the documentation?
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.
Thanks for your help and best regards, 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