[go: nahoru, domu]

Jump to content

Apache Xalan: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m not at the same time
Line 8: Line 8:
| latest release version = 2.7.2
| latest release version = 2.7.2
| latest release date = {{Start date and age|2014|04}}
| latest release date = {{Start date and age|2014|04}}
| programming language = [[C++]] and [[Java (programming language)|Java]]
| programming language = [[C++]] or [[Java (programming language)|Java]]
| genre = [[Library (computing)|Software library]]
| genre = [[Library (computing)|Software library]]
| license = [[Apache License 2.0]]
| license = [[Apache License 2.0]]

Revision as of 12:14, 2 March 2022

Apache Xalan
Developer(s)Apache Software Foundation
Stable release
2.7.2 / April 2014; 10 years ago (2014-04)
Written inC++ or Java
TypeSoftware library
LicenseApache License 2.0
Websitexalan.apache.org

Xalan is a popular open source software library from the Apache Software Foundation, that implements the XSLT 1.0 XML transformation language and the XPath 1.0 language. The Xalan XSLT processor is available for both the Java and C++ programming languages. It combines technology from two main sources: an XSLT processor originally created by IBM under the name LotusXSL,[1] and an XSLT compiler created by Sun Microsystems under the name XSLTC.[2] A wrapper for the Eiffel language is available.[3]

See also

References

  1. ^ "alphaWorks : LotusXSL : Overview".
  2. ^ "Apache Xalan XSLT Compiler (XSLTC) Integrated into the Java Web Services Developer Pack (WSDP)". 2002-08-26.
  3. ^ "launchpad : XEL".

External links