Archive for the “XSLT” category

Simple XML/XSL tree navigation

by jp on August 21, 2003

Here is a simple XML/XSL tree navigation. I have made almost all XML/XSL navigations based on this XSL. XSL transforms XML tree to XHTML list view.

XSLT Date Sorting using MSXSL:SCRIPT

by jp on November 11, 2002

Sorting XML by date, using msxsl:script, the JavaScript Date Object and XSLT @ topXML

XSLT Standard Library

by jp on November 10, 2002

XSLT Standard Library Version 1.1 The XSLT Standard Library, xsltsl, provides the XSLT developer with a set of XSLT templates for commonly used functions. These are implemented purely in XSLT, that is they do not use any extensions. xsltsl is (…)

Read the rest of this entry »

FXSL — the Functional Programming Library for XSLT

by jp on November 10, 2002

FXSL — the Functional Programming Library for XSLT Until now it was believed that although XSLT is based on functional programming ideas, it is not as yet a full functional programming language, as it lacks the ability to treat functions (…)

Read the rest of this entry »