New to Oxygen - Issue with XSLT Transformation Output Location?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
tommyrot
Posts: 1
Joined: Tue Apr 22, 2025 10:36 am

New to Oxygen - Issue with XSLT Transformation Output Location?

Post by tommyrot »

I'm brand new to Oxygen XML Author (just installed it last week), and I’m running into a weird issue with XSLT transformations. I’ve set up a simple XSLT stylesheet and XML file, and the transformation works fine — but I can’t figure out where the output file is being saved.
I expected it to save in the same directory as my XML file, but it doesn't show up there. I've checked the transformation scenario settings, but maybe I'm missing something obvious.
Can someone guide me on how to control or verify where the output HTML gets saved? I’m on Windows 11, using Oxygen XML Author 26.1.
Thanks in advance!
— Newbie trying to transform without getting lost
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: New to Oxygen - Issue with XSLT Transformation Output Location?

Post by adrian »

Hi,

It would probably be preferable to not leave the output location to chance. If you specify just a file name without a parent directory, It's usually the working directory, but the working directory changes a lot.
XML Transformation with XSLT - Output Tab (XSLT Transformations)
In the Output tab of the transformation scenario, in the Save As field, use an "editor variable" that indicates the parent folder of the XML file, ${cfd}.
e.g.

Code: Select all

${cfd}\myoutputfile
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply