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
文件下载
文件名 操作
xslthl-1.3.0.jar 下载
xslthl-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.xslthl</groupId>
  <artifactId>xslthl</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.xslthl:xslthl:1.3.0'
Gradle Kotlin
implementation("net.sf.xslthl:xslthl:1.3.0")
Scala SBT
libraryDependencies += "net.sf.xslthl" % "xslthl" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.xslthl', module='xslthl', version='1.3.0')
)
Apache Ivy
<dependency org="net.sf.xslthl" name="xslthl" rev="1.3.0" />
Leiningen
[net.sf.xslthl/xslthl "1.3.0"]
Apache Buildr
'net.sf.xslthl:xslthl:jar:1.3.0'