XSLT is a language for transforming XML documents into other XML documents or other formats like HTML, plain text, etc. It uses XPath expressions to navigate and select nodes in the source XML document and then outputs the results. XSLT is commonly used to transform XML documents into other formats for presentation, most notably transforming XML into HTML for web pages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views2 pages
Extensible Stylesheet Language Transformation
XSLT is a language for transforming XML documents into other XML documents or other formats like HTML, plain text, etc. It uses XPath expressions to navigate and select nodes in the source XML document and then outputs the results. XSLT is commonly used to transform XML documents into other formats for presentation, most notably transforming XML into HTML for web pages.