TechTerms.com - Computer and Technology Terms Defined and Explained
Browse Alphabetically
#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z


XSLT (Extensible Style Sheet Language Transformation) printable version
Stands for "Extensible Style Sheet Language Transformation." While XML is supposed to be a standardized language, not allow 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.

Tech Factor Tech Factor of 8
Tech Help
Scan your Windows PC for errors.
Scan your PC for outdated drivers.
Category
Technical Terms

About the Tech Terms Dictionary | Terms of Use | Help | Contact

Copyright © 2005-2009 TechTerms.com. All Rights Reserved.