Neither a reader or a stream available for file FO

Here should go questions about transforming XML with XSLT and FOP.
ljsh
Posts: 1
Joined: Sun Apr 11, 2021 2:01 pm

Neither a reader or a stream available for file FO

Post by ljsh »

I am trying to perform the FO to PDF batch file transformation using the RenderX XEP engine in Oxygen XML Editor.

I set the XML URL input to

Code: Select all

${currentFileURL}
in the transformation scenario configuration dialogue. However, the batch transformation worked only on the files opened in Oxygen - for the other files I got the error

Code: Select all

Neither a reader or a stream available for file [file.fo]
I have tried to create a logical folder with the FO files I wanted to transform (following the instructions given here), run the transformation scenario on them, but got the same error.

Where is the problem?
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Neither a reader or a stream available for file FO

Post by adrian »

Hello,

What version and build of Oxygen are you using (Help > About)?
the batch transformation worked only on the files opened in Oxygen - for the other files I got the error

Code: Select all

Neither a reader or a stream available for file [file.fo]
This sounds like a known issue from v20 (EXM-42608). This has been resolved starting with v20.1 build 2018122403:
Project: Batch publishing XSL-FO files to PDF did not work.
You can find v20.1 in the EOL archive.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply