XSL
Articles about the eXtensible Stylesheet Language.
IE7 Conditional Comments and XSL
Submitted by Katy on Tue, 18/03/2008 - 03:39About 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.
- Add new comment
- Read more
- 305 reads
XSL Date & Time Library (updated 26-Jan-2008)
Submitted by Katy on Sat, 26/01/2008 - 17:27Downloads for the software described here are available on the downloads page.
- 2 comments
- Read more
- 1121 reads
How to tidy up badly formatted XML with an XSL stylesheet
Submitted by Katy on Mon, 21/01/2008 - 21:40How do you turn this:
- Add new comment
- Read more
- 124 reads
Unique key grouping with multiple input documents and nodeset variables
Submitted by Katy on Fri, 08/09/2006 - 12:24The 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:
- Add new comment
- Read more
- 94 reads