Short for Extensible Style Language Transformation, the language used in XSL style sheets to transform XML documents into other XML documents.
An XSL processor reads the XML document and follows the instructions in the XSL style sheet, and then it outputs a new XML document or XML-document fragment.
This is extremely useful in e-commerce, where the same data need to be converted into different representations of XML. Not all companies use the exact same programs, applications and computer systems.
|