XSLT Language
Jump to navigation
Jump to search
A XSLT Language is an XML Transformation Language to create XLS formatting objects.
- AKA: Extensible Stylesheet Language Transformations.
- See: Declarative Programming, XPath Language, Libxslt, Saxon XSLT, Xalan, DSSSL, HTML, Web Page.
References
2016
- (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/XSLT Retrieved:2016-6-17.
- XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or into XSL Formatting Objects, which may subsequently be converted to other formats, such as PDF, PostScript and PNG. The original document is not changed; rather, a new document is created based on the content of an existing one. Typically, input documents are XML files, but anything from which the processor can build an XQuery and XPath Data Model can be used, for example relational database tables, or geographical information systems. XSLT is a Turing-complete language, meaning it can specify any computation that can be performed by a computer.