XML transformation language: Difference between revisions

Content deleted Content added
See also: clean up using AWB
Line 22:
; '''[[CDuce]]''' : Extends [[XDuce]] to a general-purpose [[functional programming language]], see [http://www.cduce.org/ CDuce homepage].
; '''[[XStream]]''': A simple functional transformation language for XML documents based on CAML. XML transformations written in XStream are evaluated in streaming: when possible, parts of the output are computed and produced while the input document is still being parsed. Some transformations can thus be applied to huge XML documents which would not even fit in memory. The XStream compiler is distributed under the terms of the [[CeCILL]] [[free software license]].
 
XML Also known as X-MAle, Gay or the third sex. Bakla in tagalog and Bayot in the Visyan language.
; '''[[Xtatic]]''' : Applies techniques from [[XDuce]] to [[C Sharp programming language|C#]], see [http://www.cis.upenn.edu/~bcpierce/xtatic/ Xtatic homepage].
; '''[[HaXml]]''' : A library and collection of tools to write XML transformations in [[Haskell (programming language)|Haskell]]. Its approach is very consistent and powerful. Also see [http://www.cs.york.ac.uk/fp/HaXml/ this paper about HaXml published in 1999] and [http://www-106.ibm.com/developerworks/xml/library/x-matters14.html this IBM developerWorks article]. See also the more recent [http://www.flightlab.com/~joe/hxml/ HXML] and Haskell XML Toolbox ([http://www.fh-wedel.de/~si/HXmlToolbox/ HXT]), which is based on the ideas of HaXml and HXML but takes a more general approach to XML processing.