Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

XSLT and Eclipse - Tutorial

Lars Vogel

Version 0.3

12.08.2010

Revision History
Revision 0.107.12.2009Lars Vogel
Created
Revision 0.206.07.2010Lars Vogel
Updated to Eclipse 3.6 Helios
Revision 0.312.08.2010Lars Vogel
bugfixes and enhancements

XSLT with Eclipse

This articles explains how to do a simple XSLT transformation using the Eclipse XSL project. In this article Eclipse 3.6 (Helios) is used.


Table of Contents

1. XSLT
2. Eclipse XSLT installation
3. Your first transformation - copy
4. Your first transformation
5. Thank you
6. Questions and Discussion
7. Links and Literature

1. XSLT

XSLT allows to convert XML to other format. XSLT stands for XSL Transformations. The Eclipse XSL Project allows to edit XSLT files and perform interactive XSL transformations in Eclipse. For an introduction to XML please see Java and XML Tutorial .