XML transformation language: Difference between revisions

Content deleted Content added
Stevertigo (talk | contribs)
No edit summary
Izzynn (talk | contribs)
link-ize Haskell and add a bit of info about HXML and HXT. The whole Haskell XML transformers section here seems a bit too much like advertising to me though (even if I agree with how good it is)
Line 21:
; '''[[CDuce]]''' : Extends [[XDuce]] to a general-purpose [[functional programming language]], see [http://www.cduce.org/ CDuce homepage].
; '''[[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.
; '''XMLambda''' : XMLambda (XMλ) is described in a [[1999]] paper by [[Erik Meijer]] and [[Mark Shields]]. No implementation is available. See [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 [[DTD]] specifying processing instructions for any subset of the DTD's rules.