XML XSL

XML XSL – An Introduction to XML Extensible Stylesheet Language


Table of contents

XSL Introduction by Jan Egil Refsnes
An introduction to XSL – The style sheet language of XML. What XSL
is and what it can do.


XSL Transformation by Jan Egil Refsnes
How XSL can be used to transform XML documents into HTML documents, by
inserting a reference to an XSL stylesheet into the XML document.


XSL on the Client by Jan Egil Refsnes
How the XML parser can be used to transform an XML document
to an HTML document on the client.


XSL on the Server by Jan Egil Refsnes
How the XML parser can be used to transform an XML document
to an HTML document on the server.


XSL Sorting by Jan Egil Refsnes
How to let the XML parser
sort your XML document before it is transformed to HTML.


XSL Filtering by Jan Egil Refsnes
How to let the XML parser filter your XML document before it is
transformed to HTML.


XSL Conditional IF by Jan Egil Refsnes
How to let the XML parser conditionally transform XML documents to HTML.


XSL Conditional Choose by Jan Egil Refsnes
How to let the XML parser conditionally choose the XML transformation.