Download xslthl-2.0.1.jar file - Jar x

Jar examples for x:xslthl

Description

This is an implementation of syntax highlighting as an extension module for XSLT processors, so if you have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase. This version of xslthl provides extensions of the Apache Xalan and Saxon XSLT processors.

You can download jar file xslthl 2.0.1 in this page.

License

zlib License

Build File

You can use the following script to add xslthl-2.0.1.jar to your project.

<dependency>
   <groupId>net.sf.xslthl</groupId>
   <artifactId>xslthl</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'net.sf.xslthl', name: 'xslthl', version: '2.0.1'
libraryDependencies += "net.sf.xslthl" % "xslthl" % "2.0.1"
<dependency org="net.sf.xslthl" name="xslthl" rev="2.0.1"/>
@Grapes(@Grab(group='net.sf.xslthl', module='xslthl', version='2.0.1'))
'net.sf.xslthl:xslthl:jar:2.0.1'

Download

Click the following link to download the jar file.

xslthl-2.0.1.jar
xslthl-2.0.1.pom



Related Tutorials