jar

com.github.ricksbrown : xslmin

Maven & Gradle

Sep 17, 2015
1 stars

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.

Table Of Contents

Latest Version

Download com.github.ricksbrown : xslmin JAR file - Latest Versions:

All Versions

Download com.github.ricksbrown : xslmin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xslmin-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ricksbrown.xslmin

├─ com.github.ricksbrown.xslmin.NameGenerator.class - [JAR]

├─ com.github.ricksbrown.xslmin.NamedNode.class - [JAR]

├─ com.github.ricksbrown.xslmin.Scope.class - [JAR]

├─ com.github.ricksbrown.xslmin.Stylesheet.class - [JAR]

├─ com.github.ricksbrown.xslmin.XpathUtils.class - [JAR]

├─ com.github.ricksbrown.xslmin.XslElementCollapser.class - [JAR]

├─ com.github.ricksbrown.xslmin.XslMin.class - [JAR]

├─ com.github.ricksbrown.xslmin.XslNamespaceContext.class - [JAR]

com.github.ricksbrown.xslmin.ant

├─ com.github.ricksbrown.xslmin.ant.MinifyTask.class - [JAR]