
Hello, You can create a document type in Preferences -> Document Type Association for the XML files. A rule for associating an XML file with the document type can specify the * and ? characters and editor variables in the field File Name. The XSLT transformations should be added to the Transformation section of the document type. For distributing the document type you can build a zip with the .framework file and the XSLT stylesheets or you can save the document type at project level which will save it in the current project opened in the Project view. Regards, Sorin Jirka Kosek wrote:
Hi,
I want to distribute set of sample XML files and XSLT transformations. I can create project and if I create per-project transformation scenarios those scenarios are saved to project file. But I also want to maintain association between files and transformation scenarios that should be applied on them. However oXygen stores such association against absolute URL of file which doesn't work when project and all files are moved to different computer into different folder. I have tried to modify project file manually to use relative paths and variables like ${pdu}, but oXygen was not able to recognize association then.
Is it possible to achieve this in oXygen 10.2?
TIA,
Jirka