Supported XSLT Processors
If you need to transform the active document with another XSLT processor than the built-in one (MSXML) you have the possibility to use a custom XSLT processor.
These validators are configured by default:
MSXML 6
Copyright © 2001-2009 Microsoft. All rights reserved.
This is the built-in (default) XSLT processor. To run an XSLT Stylesheet using MSXML, click XSLT > Run XSLT Transformation or press F9.
Libxslt
Freeware. Copyright © MIT. All Rights Reserved.
To run an XSLT Stylesheet using Libxslt, click Tools > Libxslt.
nxslt 1
Freeware.
You need to install .NET Framework 1.1 to run this tool.
To run an XSLT Stylesheet using nxslt 1, click Tools > nxslt 1.
nxslt 2
Freeware.
You need to install .NET Framework 2.0 to run this tool.
To run an XSLT Stylesheet using nxslt 2, click Tools > nxslt 2.
Saxon 6
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.
You need to install the Java Runtime Environment (JRE) to run this tool.
To run an XSLT Stylesheet using Saxon 6, click Tools > Saxon 6.
Saxon 8B
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.
You need to install the Java Runtime Environment (JRE) to run this tool.
To run an XSLT Stylesheet using Saxon 8B, click Tools > Saxon 8B.
Xalan Java
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.
You need to install the Java Runtime Environment (JRE) to run this tool.
To run an XSLT Stylesheet using Xalan Java, click Tools > Xalan Java.
Features of the supported XSLT Processors:
 |
XSLT 1.0 |
XSLT 2.0 |
|
MSXML 6 |
yes |
no |
|
Libxslt |
yes |
no |
|
nxslt 1 |
yes |
no |
|
nxslt 2 |
yes |
no |
|
Saxon 6 |
yes |
no |
|
Saxon 8B |
no |
yes |
|
Xalan Java |
yes |
no |
See Also