XSL

Articles about the eXtensible Stylesheet Language.

IE7 Conditional Comments and XSL

About conditional comments

Conditional comments in Internet Explorer 7 are a way to ensure only IE or non-IE browsers parse certain parts of a page. This is mostly used to include CSS compatibility hacks by way of a <link> element in the page header, but they can in fact wrap any amount of HTML anywhere in the document.

XSL Date & Time Library (updated 26-Jan-2008)

Downloads for the software described here are available on the downloads page.

How to tidy up badly formatted XML with an XSL stylesheet

How do you turn this:

Unique key grouping with multiple input documents and nodeset variables

The problem

A common requirement in XSL transformations is to group unsorted data by a key unique to each group, and sort it for display. For example:

Latest articles