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.
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.
- Open the XSLT Tutorial Project
and associated files.
- Analyze mailexport.xml the XSLT program
included in the XSLT Tutorial Project.
- Generate the HTML output
by running the transformation.
- Debug the program
using the Komodo debugger.
Top
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.
|