15
Prepared by: Osama Mourad XSLT in SharePoint March 27, 2010

SPS Arabia :XSLT in SharePoint

  • Upload
    omourad

  • View
    1.843

  • Download
    0

Embed Size (px)

DESCRIPTION

Step by Step to understande XSLT and how it is used in SharePoint

Citation preview

Page 1: SPS Arabia :XSLT in SharePoint

Prepared by:

Osama Mourad

XSLT in SharePoint

March 27, 2010

Page 2: SPS Arabia :XSLT in SharePoint

About me

Osama Mourad• Currently a Development Manager at LINKdotNET Saudi Arabia• Managed a group of projects in Egypt, Saudi Arabia and Emirates • MCP ASP.NET and MCTS MOSS 2007 Configuration

http://omourad.blogspot.com http://twitter.com/omourad

Page 3: SPS Arabia :XSLT in SharePoint

Agenda

• What is XSLT?• How to transform the XML?• Dependent/Independent Schemas• XSLT in SharePoint• XSLT ListView webpart• Questions

Page 4: SPS Arabia :XSLT in SharePoint

What is XSL?

• Is a StyleSheet language for XML• XSL consists of three parts:

1. XSLT - a language for transforming XML documents2. XPath - a language for navigating in XML documents3. XSL-FO - a language for formatting XML documents

Page 5: SPS Arabia :XSLT in SharePoint

CSS and XSL

• CSS is for HTML• XSL is for XML• In HTML, <TABLE> is for table as rows and

columns, but in XML <TABLE> can be a lot of things in the same document, it can be a piece of furniture

Page 6: SPS Arabia :XSLT in SharePoint

What is XSLT?

• XSLT stands for XSL Transformations• XSLT transforms an XML document into

another XML document• XSLT uses XPath to navigate in XML documents

Page 7: SPS Arabia :XSLT in SharePoint

Demo

CSS and XSLT

Page 8: SPS Arabia :XSLT in SharePoint

How to transform the XML?

• Client side (Browser)• Client side (JavaScript)• Server side (C#)• XSL Extentions

Page 9: SPS Arabia :XSLT in SharePoint

Demo

Transforming XML

Page 10: SPS Arabia :XSLT in SharePoint

Dependent/Independent Schemas

• Dependent Schema• Independent Schema

Page 11: SPS Arabia :XSLT in SharePoint

XSLT In SharePoint

• Content Query webpart• Table of Contents webpart• Summary Links webpart• List View webpart• Data Form webpart

Page 12: SPS Arabia :XSLT in SharePoint

XSLT ListView webpart

Page 13: SPS Arabia :XSLT in SharePoint

Demo

XSLT ListView webpart

Page 15: SPS Arabia :XSLT in SharePoint

Questions

Thank You!

http://omourad.blogspot.com http://twitter.com/omourad