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