What is XML, XSL?
What is XML?
XML (Extensible Markup Language) is all about describing data. An XML tag is not something predefined but it is something you have to define according to your needs.
The XML document is self explanatory, any one can easily understand looking at the XML data what exactly it means.
XML is case sensitive
What is XSL?
XSL (Extensible Style sheet Language) is used to transform XML document to some other document. For example you can apply XSL to XML and convert it to HTML document or CSV.

Hi,
This article would have been more effective
if you have described how to convert xml to html or csv
using xsl
regards,
greeny_1984