Opening the Tutorial Project
New Project To create a set of project and program files for the XSLT Tutorial,
click here. You
will be prompted to specify the destination directory for the XSLT Tutorial project
and associated files.
Existing Project If you have already made a working copy of the XSLT Tutorial project and wish
to use that copy instead of creating a new working copy, select
File|Open|Project and navigate to the directory where you copied
the project. Open the file "xslt_tutorial.kpf ". The files included
in the tutorial project are displayed in the
Project
pane. No files have been opened in the
Editor pane.
Top
In the Projects pane, double click the files mailexport.xml ,
mailexport.html and mailexport2html.xsl .
These files will be opened in the Editor pane; a tab at the top of
the pane displays their file names.
Top
- mailexport.xml This file contains email messages converted to
XML format. (See how this was done in the
Perl Tutorial.)
- mailexport2html.xsl This file is an XSLT program that will
generate an HTML file from the mailexport.xml input file.
- mailexport.html This file will store the HTML output from the
XSLT transformation.
|