| Transformation Scenarios / XSLT Processors | |
Oxygen XML Developer plugin includes the following XSLT processors:
Note that the saxon9-icu.jar should NOT be added to the application library folder because it will conflict with another version of the ICU-J library that comes bundled with Oxygen XML Developer plugin.
Oxygen XML Developer plugin uses Libxslt through its command line tool (Xsltproc). The XSLT processor is included in the distribution kit of the stand-alone version for Windows and Mac OS X. Since there are differences between various Linux distributions, on Linux you must install Libxslt on your machine as a separate application and set the PATH variable to contain the Xsltproc executable.
If you do not have the Libxslt library already installed, you should copy the following files from Oxygen XML Developer plugin stand-alone installation directory to the root of the com.oxygenxml.editor_17.1 plugin:
Oxygen XML Developer plugin uses the Microsoft XML parser through its command line tool msxsl.exe.
Since msxsl.exe is only a wrapper, Microsoft Core XML Services (MSXML) must be installed on the computer. Otherwise, you will get a corresponding warning. You can get the latest Microsoft XML parser from Microsoft web-site.
Oxygen XML Developer plugin performs XSLT transformations and validations using .NET Framework's XSLT implementation (System.Xml.Xsl.XslTransform class) through the nxslt command line utility. The nxslt version included in Oxygen XML Developer plugin is 1.6.
You should have the .NET Framework version 1.0 already installed on your system. Otherwise, you will get the following warning: MSXML.NET requires .NET Framework version 1.0 to be installed. Exit code: 128.
You can get the .NET Framework version 1.0 from the Microsoft website.
You should have the .NET Framework version 1.0 or 1.1 already installed on your system. Otherwise, you will get the following warning: MSXML.NET requires .NET Framework version 1.0 to be installed. Exit code: 128.
You can get the .NET Framework version 1.0 from the Microsoft website.
You should have the .NET Framework version 2.0 already installed on your system. Otherwise, you will get the following warning: MSXML.NET requires .NET Framework version 2.0 to be installed. Exit code: 128.
You can get the .NET Framework version 2.0 from the Microsoft website.