Category:XSLT

From Rosetta Code
Revision as of 15:41, 7 December 2007 by rosettacode>IanOsgood (New page: {{language|XSLT}}'''XSLT''', which stands for '''Extensible Stylesheet Language Transformations''', is a domain specific functional language for extracting data from and transforming [[XML...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Language
XSLT
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using XSLT.

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:

  1. Extensible Stylesheet Language (XSL) is the base language
  2. XPath is an expression language used within many of the attributes to address portions of the document and manipulate values
  3. Formatting Objects (FO) is a extension for providing page layout and presentation, which has a similar model to PDF