Jar examples for x:xslthl
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.
zlib License
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'
Click the following link to download the jar file.
xslthl-2.0.1.jar