XSLT (eXtensible Sylesheet
Language Transformation) is used
to transform XML into other formats, such as (x)HTML. In this
series of articles you'll learn how to create umbraco macros with
XSLT. This is the first article in that series.
Before diving in and starting to write an XSLT macro, let's take
a moment to understand the anatomy of an umbraco XSLT file.
Understanding each of the lines in that make up the structure or
"anatomy" of an XSLT file will give you confidence and guidance as
you develop your XSLT skills.
read more...