XML transformation language: Difference between revisions

Content deleted Content added
m Removing link(s) undefined (XFDcloser)
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
 
(One intermediate revision by one other user not shown)
Line 33:
* '''XStream''': [[XStream]] is 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]].
* '''Xtatic''': [[Xtatic]] applies methods from [[XDuce]] to [[C Sharp (programming language)|C#]], see [http://www.cis.upenn.edu/~bcpierce/xtatic/ Xtatic homepage].
* '''HaXml''': [[HaXml]] is a library and collection of tools to write XML transformations in [[Haskell (programming language)|Haskell]]. Also see [http://www.cs.york.ac.uk/fp/HaXml/ this paper about HaXml published in 1999] {{Webarchive|url=https://web.archive.org/web/20141018124509/http://www.cs.york.ac.uk/fp/HaXml/ |date=2014-10-18 }} and [http://www-106.ibm.com/developerworks/xml/library/x-matters14.html this IBM developerWorks article]. See also the more recent [https://web.archive.org/web/20060422010402/http://www.flightlab.com/~joe/hxml/ HXML] and Haskell XML Toolbox ([https://web.archive.org/web/20080622124011/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.
* '''XMLambda''': XMLambda (XMλ) is described in a 1999 paper by [[Erik Meijer (computer scientist)|Erik Meijer]] and [[Mark Shields (computer scientist)|Mark Shields]]. No implementation is available. See [https://web.archive.org/web/20051123030818/http://www.cartesianclosed.com/pub/xmlambda/ XMLambda home page].
* '''FleXML''': FleXML is an XML processing language first implemented by Kristofer Rose. Its approach is to add actions to an XML [[Document Type Definition|DTD]] specifying processing instructions for any subset of the DTD's rules.
* '''Scala''': [[Scala (programming language)|Scala]] is a general-purpose functional and object-oriented language with specific support for XML transformation in the form of XML pattern matching, literals, and expressions, along with standard XML libraries.<ref>{{Cite journal|title=XML Processing in Scala|first1=Dino|last1=Fancellu|first2=William|last2=Narmontas|date=June 2014|journal=XML London 2014|doi=10.14337/XMLLondon14.Narmontas01|pages=63–75|article-number=4 |doi-broken-date=112 NovemberJuly 20242025 |isbn=978-0-9926471-1-7|doi-access=free}}</ref>
* '''LINQ to XML''': [[LINQ to XML]] is a .NET 3.5 syntax and programming API available in C#, VB and some other .NET languages. LINQ is primarily designed as a query language, but it also supports XML transforms.