SlideShare a Scribd company logo
 A peek into the world  of XSLTAuthorNeenu George
“Style is what gives value and currency to thoughts.”Arthur Schopenhauer (1788-1860) German philosopher.“Style is a simple way of saying complicated things”				Jean Cocteau (1889-1963) French author and filmmaker.“The proper words in the proper places are the true definition of style.”Jonathan Swift (1667-1745) Irish-born English satirist.
AGENDAWhat is XSLT ?
Programming with XSLT
Example
Use of XSLT in Polaris Application
Conclusion
Q&AAbout XSLT
What is XSLT?XSL stands for EXtensibleStylesheet LanguageLanguage for transforming XML documentsA programming language for XML documentsA functional language, based on value substitutionAugmented with pattern matchingAnd also template substitution to construct output (based on namespacesUses XML syntax
XSLT in Motion
Why transform?Convert one schema to another
I say potato, you say paragraph
Rearrange data for formattingProgramming with XSLT
Correct Style Sheet DeclarationThe root element that declares the document to be an XSL style sheet is <xsl:stylesheet> or <xsl:transform>W3C XSLT Recommendation is:    <xsl:stylesheet version="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="myTemplateName">     ...body of template...     </xsl:template>set of rules that are called templatesA template contains rules to apply when a specified node is matched.Acts as functions in java<xsl:call-template name="myTemplateName"/>XSLT <xsl:template> Element
used to extract the value of a selected node.<xsl:value-of> element can be used to extract the value of an XML element and add it to the output stream of the transformation<xsl:value-of select="XPath expression"/>selects the contents of an element and adds it to the output stream XSLT <xsl:value-of> Element
element allows you to do looping in XSLT<xsl:for-each> element can be used to select every XML element of a specified node-set<xsl:for-each select="XPath expression"> XSLT <xsl:foreach> Elements
XSLT <xsl:sort> Element<xsl:sort> element is used to sort the output.To sort the output, simply add an <xsl:sort> element inside the <xsl:for-each> element in the XSL file:xsl:sort select="author"/>
XSLT <xsl:if> Element<xsl:if> element is used to put a conditional test against the content of the XML filetest against the content of the XML file, add an <xsl:if> element to the XSL document.<xsl:if test="expression">  <!-- Content: template --></xsl:if>
XSLT <xsl:choose> ElementThe <xsl:choose> element is used in conjunction with <xsl:when> and <xsl:otherwise> to express multiple conditional tests.<xsl:choose>  <xsl:when test="expression">    ... some output ...  </xsl:when>  <xsl:otherwise>    ... some output ....  </xsl:otherwise></xsl:choose>
XPath and its use in XSLTAn expression language over XML trees
Used to identify sets of elements

More Related Content

What's hot (20)

PPT
Xslt by asfak mahamud
Asfak Mahamud
 
PPT
XML and XSLT
Andrew Savory
 
PDF
XSLT and XPath - without the pain!
Bertrand Delacretaz
 
PPTX
transforming xml using xsl and xslt
Hemant Suthar
 
PPT
Learning XSLT
Overdue Books LLC
 
PPTX
XML XSLT
Vijay Kumar Verma
 
PPTX
Xml transformation language
reshmavasudev
 
DOC
Xslt
prathap kumar
 
PPT
XMLT
Kunal Gaind
 
PPT
5 xsl (formatting xml documents)
gauravashq
 
PDF
Querring xml with xpath
Malintha Adikari
 
PPT
Xml p5 Lecture Notes
Santhiya Grace
 
PPTX
XSLT presentation
Miguel Angel Teheran Garcia
 
PPT
Displaying XML Documents Using CSS and XSL
Bình Trọng Án
 
PPTX
Introductionto xslt
Kumar
 
PPT
Xml Lecture Notes
Santhiya Grace
 
PDF
XML Security Using XSLT
Ahmed Muzammil
 
PPT
Xml schema
Harry Potter
 
PPT
Week 12 xml and xsl
hapy
 
PPT
03 x files
Baskarkncet
 
Xslt by asfak mahamud
Asfak Mahamud
 
XML and XSLT
Andrew Savory
 
XSLT and XPath - without the pain!
Bertrand Delacretaz
 
transforming xml using xsl and xslt
Hemant Suthar
 
Learning XSLT
Overdue Books LLC
 
Xml transformation language
reshmavasudev
 
5 xsl (formatting xml documents)
gauravashq
 
Querring xml with xpath
Malintha Adikari
 
Xml p5 Lecture Notes
Santhiya Grace
 
XSLT presentation
Miguel Angel Teheran Garcia
 
Displaying XML Documents Using CSS and XSL
Bình Trọng Án
 
Introductionto xslt
Kumar
 
Xml Lecture Notes
Santhiya Grace
 
XML Security Using XSLT
Ahmed Muzammil
 
Xml schema
Harry Potter
 
Week 12 xml and xsl
hapy
 
03 x files
Baskarkncet
 

Similar to Xslt tutorial (20)

PPT
Session 4
Lại Đức Chung
 
PPT
C:\fakepath\xsl final
shivpriya
 
PPTX
Xslt attributes
Sindhu VL
 
PPTX
Xslt elements
Sindhu VL
 
PPTX
Overview of XSL, XPath and XSL-FO
Suite Solutions
 
PPT
Xslt
Manav Prasad
 
PPTX
XSLT - Extensible StyleSheet Language Transformations.pptx
abhishekoza1981
 
DOC
Xslt
xavier john
 
PPT
Rendering XML Document
yht4ever
 
PPT
Rendering XML Documents
yht4ever
 
PPTX
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
VijiPriya Jeyamani
 
PPTX
eXstensible Sylesheet Language_simple.pptx
AkshayKumar100378
 
PPTX
XPATH_XSLT-1.pptx
BalasundaramSr
 
PPT
Inroduction to XSLT with PHP4
Stephan Schmidt
 
PDF
Xsl xslt
Dr.Saranya K.G
 
PPT
Xml
guestcacd813
 
PDF
XSLT 3 for EPUB and Print - Liam R.E. Quin (Barefoot Computing) - ebookcraft ...
BookNet Canada
 
PPTX
XML Technologies
hamsa nandhini
 
PPT
XSLT.ppt
KGSCSEPSGCT
 
PDF
XSL- XSLT.pdf
KGSCSEPSGCT
 
C:\fakepath\xsl final
shivpriya
 
Xslt attributes
Sindhu VL
 
Xslt elements
Sindhu VL
 
Overview of XSL, XPath and XSL-FO
Suite Solutions
 
XSLT - Extensible StyleSheet Language Transformations.pptx
abhishekoza1981
 
Rendering XML Document
yht4ever
 
Rendering XML Documents
yht4ever
 
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
VijiPriya Jeyamani
 
eXstensible Sylesheet Language_simple.pptx
AkshayKumar100378
 
XPATH_XSLT-1.pptx
BalasundaramSr
 
Inroduction to XSLT with PHP4
Stephan Schmidt
 
Xsl xslt
Dr.Saranya K.G
 
XSLT 3 for EPUB and Print - Liam R.E. Quin (Barefoot Computing) - ebookcraft ...
BookNet Canada
 
XML Technologies
hamsa nandhini
 
XSLT.ppt
KGSCSEPSGCT
 
XSL- XSLT.pdf
KGSCSEPSGCT
 
Ad

Recently uploaded (20)

PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Ad

Xslt tutorial