• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

atom-xsltransform

Transform XML Documents using XSL Stylesheets
russlescai
1.0.0 11,162
6
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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:

  • Open the XML file in Atom.
  • CTRL-SHIFT-P "atom-xsltransform:transform-xml"
  • Enter the path of the XSL stylesheet (default directory is same path as XML file)
  • Press enter
  • New pane is opened to the right with the transformed content.

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by