Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Transforming XML using XSLT Style Sheets — A 2-day course

Synopsis

XML has rapidly become a de-facto standard for exchanging data between applications and organisations. The growth of XML has led to the emergence of XPath and XSLT as standard ways of accessing and transforming content in an XML document.

XPath and XSLT are a natural combination. XPath is a declarative language that allows content to be located in an XML document. XSLT style sheets define template rules, using XPath expressions to locate XML content, and then transform the selected data into another form.

This course explores the XPath language in detail, showing how to locate XML content by value, position, and type. It then shows how to use XSLT to transform XML documents into a different dialect of XML, HTML, or a text format such as EDI files. The course also shows how to filter unwanted data, and how to generate new XML content from scratch.

The course is based on the latest World Wide Web Consortium standards for XPath and XSLT.

This course is a mixture of instructor-led tuition with separate practical sessions for each chapter designed to help reinforce the techniques covered in the lecture material. It has a high practical content. Delegates will write and apply many different style sheets during the practical sessions, to explore the full range of capabilities available in XPath and XSLT.

Course Ojbectives

After completing this course, delegates will be able to:

Suitable For

Designers, architects, and developers who need to manipulate and transform XML documents using XPath and XSLT.

Prerequisites

Delegates must have a good working knowledge of XML, which can be obtained by working on at least one XML project or by attending QA's Building XML-Based Applications course or the Java and XML Development Workshop. Familiarity with a scripting language (JavaScript or VBScript) would also be beneficial, along with an awareness of Internet and intranet technologies.

Publicly scheduled dates, locations, and prices

London — £880 (+VAT)

  • 15–16 Mar 2010
  • 26–27 Jul 2010
  • 1–2 Dec 2010

Contents

XSLT and XPath Introduction

Selecting XML Nodes using XPath

Writing and Applying XSLT Style Sheets

The XSLT Programming Language

Fine-Tuning XSLT Output

Mapping XML dialects with XSLT

Managing multiple XML documents with XSLT

Producing Scalable Solutions with XSLT

The Way Ahead