Penguin
Annotated edit history of XSLT version 9, including all changes. View license author blame.
Rev Author # Line
8 AristotlePagaltzis 1 [XSLT | http://www.w3.org/Style/XSL/] is an OpenStandard by the [W3C] that defines a functional programming language with special tree-manipulation operations. [XSLT] programs are written in [XML] and typically have [XML] input and output. Unlike most functional [ProgrammingLanguage]s [XSLT] is not optimised for recursion, but it has other techniques available, such as the [MuenchianMethod].
4 StuartYeates 2
6 AristotlePagaltzis 3 ----
9 AristotlePagaltzis 4 CategoryProgrammingLanguages, CategoryFunctionalProgrammingLanguages, CategorySpecialPurposeProgrammingLanguages