atom-xsltransform

Transform XML Documents using XSL Stylesheets

russlescai

11,186

6

1.0.0

MIT

GitHub

atom-xsltransform package

Overview

Transform XML Documents using XSL Stylesheets.

By default, this package uses JavaScript native XSLTProcessor, without any OS dependent tools.

If you would prefer to use a custom XSLT transform tool, you can specify the command in Settings.

Instructions

To transform stylesheet:

Select XSL

Transformed Document

Examples

For example, to use saxon:

java net.sf.saxon.Transform -s:%XML -xsl:%XSL

Or for Saxon for Windows:

"C:\Program Files\Saxonica\SaxonHE9.6N\bin\Transform.exe" -s:%XML -xsl:%XSL

Another example, to use xsltproc:

xsltproc %XSL %XML