About 26,800,000 results
Open links in new tab
  1. XSLT Introduction - W3Schools

    XSL (eXtensible Stylesheet Language) is a styling language for XML. XSLT stands for XSL Transformations. This tutorial will teach you how to use XSLT to transform XML documents into other …

  2. XSLT - Wikipedia

    XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, [1] or other formats such as HTML for web …

  3. XSLT Syntax - GeeksforGeeks

    Jul 23, 2025 · XSLT stands for Extensible Stylesheet Language Transformation. It is an integrated concept with an XML. It is not used for Visual effects. However, it is used for extracting or …

  4. What Is XSLT? | Microsoft Learn

    Oct 26, 2016 · XSL is now generally referred to as XSL Formatting Objects (XSL-FO), to distinguish it from XSLT. The future of XSL-FO as a standard is uncertain, because much of its functionality …

  5. What is XSLT? Discover How it Works - BISok

    Jan 23, 2020 · What is XSLT? XSLT (Extensible Stylesheet Language Transformations) is a programming language used to transform that code into beautiful PDF documents, web pages, plain …

  6. XSLT Overview - Online Tutorials Library

    XSLT, Extensible Stylesheet Language Transformations, provides the ability to transform XML data from one format to another automatically. An XSLT stylesheet is used to define the transformation rules to …

  7. Transforming XML with XSLT - XSLT | MDN - MDN Web Docs

    Aug 2, 2025 · An XSLT stylesheet is an XML document. Unlike CSS, which has its own specialized syntax, an XSLT stylesheet is an XML document, which must conform to all XML rules, including well …

  8. What is XSLT? - XML

    Jan 1, 2017 · When displaying your content on paper, the Extensible Stylesheet Language Formatting Objects (XSL-FO) has its own set of labels interpreted by a composition engine as having semantics …

  9. The Extensible Stylesheet Language Family (XSL)

    XSLT and XSL-FO are W3C Recommendations for defining XML document transformation and presentation. Use XSLT to transform documents into XSL-FO for printing or viewing; you can also …

  10. XSLT Tutorial – XSLT Transformations & Elements With Examples

    Apr 1, 2025 · So, XSLT is a transformation language that is used to transform/convert source XML documents to XML documents or to other formats such as HTML, and PDF by using XSL-FO …