XSLT Tutorial in PDF

Table of contents

  • What means XSLT?
  • Why Transform XML?
  • Publishing XML data
  • Data Conversion
  • How XML data can be transformed using XSLT?
  • The place of XSLT in the XML family
  • Styling: XSLT vs. CSS
  • Processing: XSLT vs. XML Query
  • Simple Transformation Examples with XSLT
  • The XSLT Processing Model
  • The Supported Information Items
  • The Transformation Process
  • Push Processing
  • Conflict Resolution Policy
  • The XSLT Language
  • XML syntax
  • Data Types in XSLT
  • XSLT variables & parameters
  • XPath Expressions
  • Stylesheet Structure
  • XSLT Elements
  • Finally an Example Break
  • XSLT Design Patterns
  • Fill-in-the blanks stylesheets
  • Navigational stylesheets
  • Rule-based stylesheets
  • Computational stylesheets
  • XSLT Processors: Saxon
  • XSLT Processors: Xalan
  • XSLT Processors: Architecture
  • XSLT Processors: Comparison

What's XSLT

XML Stylesheet Language (XSL) has been designed to transform XML documents into other formats such as PDF or HTML pages. During its development, the project proved to be more complex than expected and it was split into two separate XSLT and XSL-FO units. XML Stylesheet Language Transformation (XSLT) is an XML document transformation language. XSL-FO (for XML Stylesheet Language - Formatting Objects) is a document layout language. The process of transforming an XML document into a printable document, for example in PDF format, is divided into two phases. In the first phase, the XML document is transformed into an XSL-FO document using XSLT style sheets. In the second phase, the FO document obtained in the first phase is converted by an FO processor into a printable document.

Although the XSLT language originates in the transformation of XML documents into XSL-FO documents, it is suitable for transforming a document of any XML dialect into a document of any other XML dialect. It is often used to produce XSL-FO or XHTML documents, but it can also produce SVG documents. XSLT is also often used to perform simple transformations on documents. For example, you want to delete some elements, replace an attribute with an element, or move an element.

This chapter is dedicated to the XSLT part of XSL. Like all of this book, it is essentially based on examples available at the URL http://www.liafa.univ-paris-diderot.fr/~carton/Enseignement/XML/

Principle

The working principle of XSLT is as follows. An XSLT style sheet contains rules that describe transformations. These rules are applied to an XML source document to obtain a new XML result document. This transformation is performed by a program called XSLT processor. The style sheet is also called a program because it is the instructions to be executed by the processor.

Size : 1921.979 Kb
File type : pdf
Downloads: 229
Created: 2018-05-30

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others XSL Tutorials

XSLT: XML Transformation Tutorial in PDF

Introduction to XSLT

Others related eBooks about XSLT Tutorial in PDF

The Second Internet: Reinventing Computer Networking with IPv6

This book provides a succinct, in-depth tour of all the new features and functions in IPv6. It guides you through everything you need to know to get started, including how to configure IPv6 on hosts and routers and which applications currently support IPv6. The new IPv6 protocols offers extended a...

Microservices vs Service-Oriented Architecture (SOA)

For anyone who has been developing web applications for 10 years or more, the recent rise of microservices sounds a lot like a development approach we already knew - service-oriented architecture (SOA). Both architectures are focused on breaking up large monolithic applications into collections of...

A Practical Guide to TPM 2.0

Download free course A Practical Guide to TPM 2.0, pdf file on 375 pages by by Will Arthur, David Challener, Kenneth Goldman....

Principles of Management

This book teaches management principles to tomorrow's business leaders by weaving three threads through every chapter: strategy, entrepreneurship and active leadership. ...

Natural Computing and Beyond

Download free course Natural Computing and Beyond, pdf file on 163 pages by Yasuhiro Suzuki, Toshiyuki Nakagaki....

The Essence of Software Engineering

Download free course The Essence of Software Engineering, pdf file on 236 pages by Volker Gruhn, Rüdiger Striemer....

Sensor Technologies

Sensor Technologies: Healthcare, Wellness and Environmental Applications explores the key ..., download free Sensor tutorial in PDF (336 pages) created by Michael J. McGrath ....

The Big Data Agenda

Download free course The Big Data Agenda, pdf file on 156 pages by Annika Richterich....

High-Performance Caching with Nginx and Nginx Plus

Download free course High-Performance Caching with Nginx and Nginx Plus, pdf file on 47 pages by Floyd Smith....

Intel Galileo and Intel Galileo Gen 2

Download free course Intel Galileo and Intel Galileo Gen 2, pdf file on 665 pages by Manoel Carlos Ramon....