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.
http://sourceforge.net/apps/mediawiki/xslthl
zlib License
Files download
File Operation
xslthl-2.0.2.jar download
xslthl-2.0.2.pom download
Apache Maven
<dependency>
  <groupId>net.sf.xslthl</groupId>
  <artifactId>xslthl</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.xslthl:xslthl:2.0.2'
Gradle Kotlin
implementation("net.sf.xslthl:xslthl:2.0.2")
Scala SBT
libraryDependencies += "net.sf.xslthl" % "xslthl" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.xslthl', module='xslthl', version='2.0.2')
)
Apache Ivy
<dependency org="net.sf.xslthl" name="xslthl" rev="2.0.2" />
Leiningen
[net.sf.xslthl/xslthl "2.0.2"]
Apache Buildr
'net.sf.xslthl:xslthl:jar:2.0.2'