There are a lot of XSL tutorials on the Internet (see e.g. the references below). The problem is that a pure theoretical study is not efficient. Therefore I made a program that transforms XML to HTML using XSL. It can be freely downloaded and used along with some good tutorial or book.
XSL stands for EXtensible Stylesheet Language. The World Wide Web Consortium (W3C) started to develop XSL because there was a need for an XML-based style sheet language.
XSLT stands for XSL Transformations. In this tutorial you will learn how to use XSLT to transform XML documents into other formats, like
XHTML.
CSS = HTML Style Sheets. HTML uses predefined tags and the meaning of the tags are well understood. The <table> element in HTML defines a table - and a browser knows how to display it. Adding styles to HTML elements is simple. Telling a browser to display an element in a special font or color, is easy with CSS.
XSL = XML Style Sheets. XML does not use predefined tags (we can use any tag-names we like), and the meaning of these tags are not well understood. A <table> element could mean an HTML table, a piece of furniture, or something else - and a browser does not know how to display it. XSL describes how the XML document should be displayed!
XSL consists of three parts:
Step 1. Download my program XSLtransformer:
(zipped directory) or
(installer). Alternatively you can download a source code
(Delphi 6 project).
Below is a screenshot:

A short manual is here. The manual is also included in downloads.
Step 2. Follow some good XSL tutorial and use XSLtransformer for doing exercises.
Happy XSL-transforming!
|
|
Please e-mail me at nikolai@shokhirev.com |
ŠNikolai V. Shokhirev, 2003-2005