XSL (EXtensible Stylesheet Language) is a specification for separating style from content when creating HTML or XML pages.
XSL provides a programmer with the tools to describe exactly which data fields in a XML document are displayed and how they are displayed.
XSLT (XSL Transformations) is an XSL conversion tool that defines a set of rules that changes the structure of an XML document into an XML document of another structure.
XSL(T) tutorials
W3C's XSL
W3C's XSLT
|