Transformation scenarios for archives

Are you missing a feature? Request its implementation here.
newt
Posts: 38
Joined: Mon Jun 11, 2007 5:12 pm
Location: London
Contact:

Transformation scenarios for archives

Post by newt »

Currently you can reference the current archive as an editor variable in transformation scenarios. However, you can only do it when transformations are being applied to a file within an archive. It would be immensely useful to be able to apply those transformations directly to the archive file.

I'm particularly thinking of XProc and ANT based scenarios here because the other tend not to handle archives well.

nic
Director, Corbas Consulting
XML and eBook consultancy and training
adrian
Posts: 2883
Joined: Tue May 17, 2005 4:01 pm

Re: Transformation scenarios for archives

Post by adrian »

Hello,

Thank you for the feedback.

I have logged your request to our issue tracking tool. It will be analyzed and if found appropriate, it will be implemented in a future version of Oxygen.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Radu
Posts: 9472
Joined: Fri Jul 09, 2004 5:18 pm

Re: Transformation scenarios for archives

Post by Radu »

Hi,

Just to update this thread, some time ago, in Oxygen 13.0, we added these editor variables:
${afd} - archive file directory
${afdu} - archive file directory URL
${afn} - archive file name
The editor variables can be used in order to apply ANT (or any other type of) scenarios directly on archives opened in the Archive Browser view.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply