Presentation is loading. Please wait.

Presentation is loading. Please wait.

 XSL – Extensible Style Sheet Language  XSLT – XSL Transformations › Used to transform XML documents to other formats,like HTML or other XML documents.

Similar presentations


Presentation on theme: " XSL – Extensible Style Sheet Language  XSLT – XSL Transformations › Used to transform XML documents to other formats,like HTML or other XML documents."— Presentation transcript:

1

2  XSL – Extensible Style Sheet Language  XSLT – XSL Transformations › Used to transform XML documents to other formats,like HTML or other XML documents  It uses XPATH to navigate thro XML docs  Elements and attributes can be added/removed from the document

3  XSLT uses XPATH to define parts of the source document that should match one or more predefined templates  When a match is found,XSLT transforms the matching part of the source document into result document

4  Create an XSL Style Sheet  xsl:stylesheet is the root element  Link the Style sheet to XML document <xsl:stylesheet version="1.0” xmlns:xsl="http://www.w3.org/1999/XSL/Transform ” ”

5  Template consists of rules to apply when a matching node is found  xsl:template is used to build template  The match attribute is used to associate a template with an XML element.  The value of the match attribute is an XPath expression  Match=“/” is defines the whole document

6 Arun 10BIT001 9 Students Name List Name Register No Save as Program.xml (top) Save as Name.xsl (right) Open the program.xml file in a browser

7  Used to extract the value of a selected node

8  Used for looping through XML document

9  Used for conditional testing against the content of the XML document 

10  Used for conditional testing against the content of the XML document 

11  www.w3schools.com www.w3schools.com  XSLT Reference by John W. Shipman


Download ppt " XSL – Extensible Style Sheet Language  XSLT – XSL Transformations › Used to transform XML documents to other formats,like HTML or other XML documents."

Similar presentations


Ads by Google