XML transformation language: Difference between revisions

Content deleted Content added
unwik XMLambda (deleted)
Csbodine (talk | contribs)
Existing languages: Updated XMLambda home page
Line 22:
; '''[[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. 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].
; '''XMLambda''' : XMLambda (XMλ) is described in a [[1999]] paper by [[Erik Meijer]] and [[Mark Shields]]. No implementation is available. See [http://www.csecartesianclosed.ogi.edu/~mbscom/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 [[DTD]] specifying processing instructions for any subset of the DTD's rules.