XSLT Tutorial

 

Table of Contents

XSLT Tutorial Overview

Click the Align button in Komodo's Help Browser to re-size the Komodo workspace and the Help Browser for side-by-side viewing.

XSLT Tutorial Scenario

In the Perl Tutorial, we used a Perl program to convert a text file containing exported email messages to an XML file. In this tutorial, we'll use XSLT to convert the XML file to HTML. Note: you do not need to complete the Perl Tutorial before doing the XSLT Tutorial. Each tutorial can be done independently of each other.

  1. Open the XSLT Tutorial Project and associated files.
  2. Analyze mailexport.xml the XSLT program included in the XSLT Tutorial Project.
  3. Generate the HTML output by running the transformation.
  4. Debug the program using the Komodo debugger.
Top

Before You Start

This tutorial assumes...

  • ...that you are running the Tutorial locally from within the Komodo Help Browser. While it can be read online, the interactive functions (such as re-sizing the workspace and creating sample projects) can only be done from within the Komodo Help Browser.
  • ...that you are interested in XSLT. You don't need to have previous knowledge of XSLT; the tutorial will walk you through a simple program and suggest some resources for further information.

Top Previous Next