Penguin
Note: You are viewing an old revision of this page. View the current version.

XSLT is an OpenStandard? by the W3C that defines a FunctionalProgramming? language with special tree-manipulation operations. XSLT programs are written in XML and typically have XML input and output. Unlike most functional ProgrammingLanguages XSLT is not optimised for recursion, but it has other techniques available, such as the MuenchianMethod.


CategoryProgrammingLanguages, CategoryFunctionalProgrammingLanguages