Introduction to XSLT |
|
XSLT stands for Extensible Stylesheet Language Transformations and is an XML-based language that transforms an XML document into other formats, such as HTML. XSLT uses XPath expressions to locate parts of an XML document that need to be transformed. XSLT is commonly used as follows:
To transform an XML document, you need to create an XSLT style sheet. |
![]() |
Click the Next button to continue. |