[go: nahoru, domu]

Jump to content

Apache Xalan: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
 
(42 intermediate revisions by 35 users not shown)
Line 1: Line 1:
{{Infobox software
{{Cleanup|date=May 2007}}
| name = Apache Xalan

| logo = Apache Xalan logo.svg
'''Xalan''' is a popular [[open source]] [[software library]] from the [[Apache Software Foundation]], originally created by [[IBM]] under the name LotusXSL, that implements the [[XSLT]] [[XML]] transformation language and the [[XPath]] [[XQuery|XML query language]]. The Xalan XSLT processor is available for both the [[Java (programming language)|Java]] and [[C++]] [[programming language]]s.
| logo caption =
| screenshot =
| caption =
| developer = [[Apache Software Foundation]]
| 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}}
| programming language = [[C++]] or [[Java (programming language)|Java]]
| genre = [[Library (computing)|Software library]]
| license = [[Apache License 2.0]]
| 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|access-date=2006-05-28|archive-date=2008-10-06|archive-url=https://web.archive.org/web/20081006225404/http://www.alphaworks.ibm.com/formula/lotusxsl/|url-status=dead}}</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==
* [[Java XML]]
* [[Java XML]]
* [[Xerces]]
* [[Apache Xerces]]
* [[libxml2]]
* [[Saxon XSLT]]

==References==
{{Reflist|2}}


==External links==
==External links==
*[http://xml.apache.org/xalan-j/ Xalan Home page]
* [http://xalan.apache.org Xalan Home page]
*[http://www.stylusstudio.com/xslt/xalan.html Xalan Tools]
*<!-- triggers spam filter [http://www.alphaworks.ibm.com/formula/lotusxsl/ A blurb on LotusXSL from IBM AlphaWorks] -->
{{apache}}


{{Apache Software Foundation}}
[[Category:XSLT processors]]

[[Category:Apache Software Foundation|Xalan]]
[[Category:Apache Software Foundation projects|Xalan]]
[[Category:Java (programming language) libraries]]
[[Category:Java platform]]
[[Category:Java platform]]
[[Category:Software using the Apache license]]
[[Category:XSLT processors]]


{{compu-soft-stub}}


{{Compu-library-stub}}
[[de:Xalan]]
[[pl:Xalan]]

Latest revision as of 11:58, 4 September 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[edit]

References[edit]

  1. ^ "'[ANNOUNCEMENT] Apache XalanJ 2.7.3' - MARC".
  2. ^ "alphaWorks : LotusXSL : Overview". Archived from the original on 2008-10-06. Retrieved 2006-05-28.
  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[edit]