This document discusses using XSLT in SharePoint. It begins with an introduction to XSLT, explaining that it is used to transform XML documents into other XML or HTML documents. It then discusses how to perform XSLT transformations client-side and server-side. The document also covers dependent and independent XML schemas as well as how XSLT can be used with various SharePoint web parts like the content query web part. It concludes with a demonstration of using an XSLT list view web part and invites questions.
2. About meOsama MouradCurrently a Development Manager at LINKdotNET Saudi ArabiaManaged a group of projects in Egypt, Saudi Arabia and Emirates MCP ASP.NET and MCTS MOSS 2007 Configurationhttp://omourad.blogspot.comhttp://twitter.com/omourad
3. AgendaWhatis XSLT?How to transform the XML?Dependent/Independent SchemasXSLT in SharePointXSLT ListViewwebpartQuestions
4. Whatis XSL?Is a StyleSheet language for XMLXSL consists of three parts:XSLT - a language for transforming XML documentsXPath - a language for navigating in XML documentsXSL-FO - a language for formatting XML documents
5. CSS and XSLCSS is for HTMLXSL is for XMLIn 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
6. What is XSLT?XSLT stands for XSL TransformationsXSLT transforms an XML document into another XML documentXSLT uses XPath to navigate in XML documents