XSLT

Stands for "Extensible Style Sheet Language Transformation." While XML is supposed to be a standardized language, not all XML documents use the same type of formatting. Therefore, the documents sometimes need to be "transformed," or modified so that another script or program will be able to read them. XSLT make this transition possible.

An XSLT style sheet provides a template with rules that XML documents must conform to. It receives an XML document as input and outputs a file that is recognizable by the intended program. For example, an XSLT may take a XML document that contains the technical specifications of a computer and turn it into an HTML page that can be displayed in a Web browser. Another XSLT may turn a XML document containing new stories and turn it into a printer-friendly text document.

XSLTs can be used to transform XML documents into a modified XML file or a completely separate format, such as the HTML and text examples above. In fact, by using XSLT style sheets, it is possible to output the same XML document on the Web, in a database program, in an e-mail message, or in a printed document. Also, because XML uses standard formatting based on tags, a single XSLT can be effective on a large range of XML-formatted files.

Updated in 2006 by Per C.

quizTest Your Knowledge

Which of the following is the standard way to represent a tuple?

A
(1, 2, 3, 4)
0%
B
[1] [2] [3] [4]
0%
C
{1 2 3 4}
0%
D
<1:2:3:4>
0%
Correct! Incorrect!     View the Tuple definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of XSLT on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.