Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.github.ricksbrown:xslmin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.ricksbrown:xslmin

An XSLT 1.0 minifier A tool to minify an XSL file so that it is as compact as possible. The primary goal of this tool is to compress XSL files used in client side XSLT in web browsers.

  • 2.3.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

xslmin

An XSLT minifier

A tool to minify an XSL file so that it is as compact as possible (requires Java 1.6).

The primary goal of this tool is to compress XSL files used in client side XSLT in web browsers.

VERSION 2.0 RELEASED! The new version is major rewrite - the primary focus: SPEED!!! Some new features too, see below...

xslmin performs the following minification tasks:

New features in version 2:

Deletes unused templates Deletes unused variables Deletes unused parameters And as always:

Strips comments Strips ignorable whitespace Renames local variables Renames local parameters Renames global variables Does NOT rename global parameters (so you can still inject them) Renames named templates Collapses xsl:elements to short form e.g. becomes Inlines xsl:attributes e.g. becomes It will, soon:

Merge identical templates Detect recurring long text and move to global variable

FAQs

Package last updated on 17 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc