[go: nahoru, domu]

Jump to content

Apache Xalan: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ber (talk | contribs)
update to new version 2.7.3
Citation bot (talk | contribs)
Add: date, title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by Mako001 | Linked from User:Mako001/sandbox | #UCB_webform_linked 279/3499
Line 6: Line 6:
| caption =
| caption =
| developer = [[Apache Software Foundation]]
| developer = [[Apache Software Foundation]]
| latest release version = 2.7.3<ref>https://marc.info/?l=xalan-dev&m=168033300326762&w=2</ref>
| latest release version = 2.7.3<ref>{{cite web | url=https://marc.info/?l=xalan-dev&m=168033300326762&w=2 | title='&#91;ANNOUNCEMENT&#93; Apache XalanJ 2.7.3' - MARC }}</ref>
| latest release date = {{Start date and age|2023|04}}
| latest release date = {{Start date and age|2023|04}}
| programming language = [[C++]] or [[Java (programming language)|Java]]
| programming language = [[C++]] or [[Java (programming language)|Java]]
Line 13: Line 13:
| website = {{URL|http://xalan.apache.org}}
| website = {{URL|http://xalan.apache.org}}
}}
}}
'''Xalan''' is a popular [[Open-source software|open source]] [[Library (computing)|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 (programming language)|Java]] and [[C++]] [[programming language]]s. It combines technology from two main sources: an XSLT processor originally created by [[IBM]] under the name LotusXSL,<ref>{{cite web|url=http://www.alphaworks.ibm.com/formula/lotusxsl/|title=alphaWorks : LotusXSL : Overview}}</ref> and an XSLT compiler created by [[Sun Microsystems]] under the name XSLTC.<ref>{{cite web|url=http://xml.coverpages.org/ni2002-08-26-a.html|title=Apache Xalan XSLT Compiler (XSLTC) Integrated into the Java Web Services Developer Pack (WSDP).|date=2002-08-26}}</ref> A wrapper for the Eiffel language is available.<ref>{{cite web|url=https://launchpad.net/xel|title=launchpad : XEL}}</ref>
'''Xalan''' is a popular [[Open-source software|open source]] [[Library (computing)|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 (programming language)|Java]] and [[C++]] [[programming language]]s. It combines technology from two main sources: an XSLT processor originally created by [[IBM]] under the name LotusXSL,<ref>{{cite web|url=http://www.alphaworks.ibm.com/formula/lotusxsl/|title=alphaWorks : LotusXSL : Overview}}</ref> and an XSLT compiler created by [[Sun Microsystems]] under the name XSLTC.<ref>{{cite web|url=http://xml.coverpages.org/ni2002-08-26-a.html|title=Apache Xalan XSLT Compiler (XSLTC) Integrated into the Java Web Services Developer Pack (WSDP).|date=2002-08-26}}</ref> A wrapper for the Eiffel language is available.<ref>{{cite web|url=https://launchpad.net/xel|title=launchpad : XEL|date=17 July 2014 }}</ref>


==See also==
==See also==

Revision as of 14:16, 25 June 2023

Apache Xalan
Developer(s)Apache Software Foundation
Stable release
2.7.3[1] / April 2023; 1 year ago (2023-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,[2] and an XSLT compiler created by Sun Microsystems under the name XSLTC.[3] A wrapper for the Eiffel language is available.[4]

See also

References

  1. ^ "'[ANNOUNCEMENT] Apache XalanJ 2.7.3' - MARC".
  2. ^ "alphaWorks : LotusXSL : Overview".
  3. ^ "Apache Xalan XSLT Compiler (XSLTC) Integrated into the Java Web Services Developer Pack (WSDP)". 2002-08-26.
  4. ^ "launchpad : XEL". 17 July 2014.

External links