x

xalan

Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.
http://xml.apache.org/xalan-j/
文件下载
文件名 操作
xalan-2.7.2.jar 下载
xalan-2.7.2.pom 下载
xalan-2.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>xalan</groupId>
  <artifactId>xalan</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'xalan:xalan:2.7.2'
Gradle Kotlin
implementation("xalan:xalan:2.7.2")
Scala SBT
libraryDependencies += "xalan" % "xalan" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='xalan', module='xalan', version='2.7.2')
)
Apache Ivy
<dependency org="xalan" name="xalan" rev="2.7.2" />
Leiningen
[xalan/xalan "2.7.2"]
Apache Buildr
'xalan:xalan:jar:2.7.2'