-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
(See /TEIC/Stylesheets/issues/201, which has been closed and divided up into this ticket and /TEIC/Stylesheets/issues/543.)
When run in the oXygen Framework, the output of the Stylesheets goes into a (perhaps newly-created) directory called out/. (But they do not have the file naming problems mentioned in #543.) This is silly, the outputs should be put into the same directory as the input, just with different filename extensions.
It looks like this can be quite easily fixed. A search for /out/ in this repo is quite informative. The files oxygen-tei/frameworks/tei/teip5.framework and oxygen-tei/frameworks/tei/teip5odd.framework have 6 and 14 hits, respectively, all of which look like <String>${cfd}/out/${cfn}.rng</String>.
Reactions are currently unavailable