Category:XSLT
From Rosetta Code
(Redirected from XSLT)
Programming Language
XSLT is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here, and a list of its users on RC here.
Listed below are all of the tasks on Rosetta Code which have been solved using XSLT.
See also: XSLT on the HOPL
XSLT, which stands for Extensible Stylesheet Language Transformations, is a domain specific functional language for extracting data from and transforming XML documents. The language itself uses XML syntax. It is defined in three pieces:
- Extensible Stylesheet Language (XSL) is the base language
- XPath is the expression language used within many of the attributes to address portions of the document and manipulate values
- Formatting Objects (FO) is an extension for providing page layout and presentation, which has a similar model to PDF
Articles in category "XSLT"
There are 20 articles in this category.
BC |
DEFLQ |
RSTUX |

