1 of 18

Slide Notes

DownloadGo Live

XSL

Published on Nov 20, 2015

This presentation is about how XSL is used in XML

PRESENTATION OUTLINE

XSL

EXtensible Stylesheet Language
Photo by sdobie

What is XSL?

  • CSS = Style Sheets for HTML
  • XSL = Style Sheets for XML

XSLT [Transforming ]
XPath [Navigating]
XSL-FO [Formatting]

Photo by a4gpa

XSLT

XSL Transformations [Use XPath]
Photo by angeloangelo

Correct Style Sheet Declaration

Photo by deltaMike

Declaration

XML

XSL

Link

Beautiful!

XSL Elements

  • template
  • sort
  • value-of
  • for-each
  • if
Photo by Vlastula

XPath

The way you choose element

XPath

  • Nodes
  • Syntax
Photo by Daveybot

Syntax

Example

XSL-FO

It's the output!
Photo by Turinboy

Output by itself!

Example

Photo by mroach