XSLT /XPATH Tutorial

Please leave a remark at the bottom of each page with your useful suggestion.


XSLT /XPATH Online Webniar...


Table of Contents

  1. Session 01
  2. Session 02
  3. Session 03
  4. Session 04
  5. Session 05
  6. Session 06
  7. Session 07
  8. Session 08
  9. Certificates

Reference Material:

Edumask xslt-programming-tutorial

Download: Reference_xslt_tutorial.pdf

Download: Reference_xpath-cheatsheet.pdf


Session 1 [03-06-2023]


Download: XSLT_Session1_Resource.zip

XSLT Introduction

XSL stands for EXtensible Stylesheet Language, and is a style sheet language for XML documents.

  • CSS - stands for Cascading Style Sheets = Style Sheets for HTML
  • XSL - stands for EXtensible Stylesheet Language = Style Sheets for XML
  • XSLT - stands for XSL Transformations = transform an XML document into another XML document

XSLT is used to transform an XML document into another XML document, or another type of document that is recognized by a browser, like HTML and XHTML. Normally XSLT does this by transforming each XML element into an (X)HTML element. With XSLT you can add/remove elements and attributes to or from the output file. You can also rearrange and sort elements, perform tests and make decisions about which elements to hide and display, and a lot more.




Write Your Comments or Suggestion...