
Transforming XML with XSLT
http://www.oreilly.com/catalog/netxml/chapter/ch07.pdf
Bornstein, Niel M.
O'Reilly and Associates
2003
Abstract:
Extensible Stylesheet Language (XSL) is a language designed to provide presentation for the content of XML documents. It is composed of three parts: XSLT, XPath, and XSL Formatting Objects (XSL-FO). In this chapter, I'll show you XSLT and the .NET assembly that deals with it, System.Xml.Xsl. But first, some background.