4Suite and 4Suite Server
A collection of Python tools for XML processing and object management. Features a repository, a rules-based engine, XSLT, XPath, RDF-based indexing and XLink resolution.
CatchXSL
Tool that profiles XSLT transformations and the resulting time measurements give the XSLT developer useful hints on how to improve performance.
FastXML
FastXML is a prototype of component software for processing XML and XSLT that is compatible with MSXML and optimized for speed. The developer claims the program is about five times faster than MSXML.
Gregor Compiler
An optimizing XSLT compiler for Java, which turns stylesheets into binary Java classes.
Koala XSL Engine
This is an XSL processor written in Java, using the Simple API for XML (SAX 1.0) and the Document Object Model (DOM 1.0) API. This package also contains xslSlideMaker, a post-processor that can quickly make slides and multi-level slides with XML & XSL. The Koala XSL engine is no longer supported - but the source is available.
Komodo
IDE for open source languages, offering advanced support for Perl, PHP, Python, Tcl, and XSLT.
Libxslt - the XSLT C library for Gnome
Libxslt is the XSLT C library developed for the Gnome project. Libxslt is based on libxml2 the XML C library developed for the Gnome project. It also implements most of the EXSLT set of extensions functions and some of Saxon's evaluate and expressions extensions. People can either embed the library in their application or use xsltproc the command line processing tool. This library is free software and can be reused in commercial applications (see the intro). Includes a link to a tutorial.
Perl module: XML::XSLT
This is a Perl module to parse XSL Transformational sheets. It uses XML::Parser and XML::DOM. XML::Parser is a Perl extension interface to James Clark's XML parser, expat. For more details view the xslt-parser-0.14.readme file in this directory.
PSGML
PSGML is a GNU Emacs Major Mode for editing SGML and XML coded documents. PSGML has several functions for editing SGML documents. Indentation according to element nesting depth and identification of structural errors (but it is not a validating SGML parser). Menus and commands for inserting tags with only the contextually valid tags. Attribute values can be edited in a separate window with information about types and defaults. Structure based editing includes movement and killing; and also several commands for folding editing.
PyXML
A package collecting the tools required for writing basic XML applications in Python, along with documentation and sample code. Features include (but are not limited to) SAX, DOM, the xmlproc validating parser, and an Expat interface.
Schnabel, Bryan - Utilities
A couple of online utilities for converting XML and DTDs to XSL.
Stylus Studio
Commercial IDE for creating, validating, and debugging XSL, and XML-to-XML mappings. Integrated XSLT, Java, and MSXML debugger.
TestXSLT: XalanXSLT Processor for the Mac
TestXSLT is the Apache Software Foundation's Xalan Java XSLT processor packaged for the Mac! Also on this page are JSP XML tags and a small class for JAXP developers.
The SAXON XSLT Processor
SAXON is an XSLT processor developed by Michael Kay.
The Schematron
The Schematron is an XML structural validation language that uses patterns in trees instead of being based on grammars. Tested to work with the following XSLT implementations: MSXSL, SAXON and Oracle work fine. XT, Xalan, and Sablotron can work with certain caveats. Plenty of source code.
Unicorn XSLT Processor
A developer product implementing various XML-enabling technologies, which include a parser, writers, DOM, XPath, XSLT, XSLT extensions, XML-enabling extensions for ECMAScript (Javascript). The ECMA extensions are contained in a runtime library which must be redistributed.
Visual XSLT
Visual XSLT is an XSLT development environment plug-in for Visual Studio .NET. Features include XSLT Debugger, XSLT Editor, Class Browser, Source Code Control, Project Manager, and Online Help.
Xalan
Xalan is an XSLT (Extensible Stylesheet Language Transformation) processor for transforming XML documents into HTML, text, or other XML document types. Has various versions (C++, Java) available. (Was initially called LotusXSL by IBM Alphaworks)
XML Engine
Macintosh based XML parser, render, analyse, create and alter XML - using REALbasic and XML Engine.
XMLtoANY
free servlet that uses XSLT to converts XML source into content (HTML, WML, XML, ...) viewable for the device.
Xsl Debugger
A text based tool to debug stylesheets and it is similar to the Unix/Linux debugger gdb. It uses using the libxslt library.
XSLerator - IBM
Alphaworks tool that can generate scripts in XSLT from mappings defined using a visual interface.
XSLies
XSLies is a simple XSLT application for making Web-based slideshows. It uses an XML input file to generate an HTML slideset. The resulting layout can be further customized using XSL and/or Cascading Style Sheets (CSS).
XSLScript
XSLScript is a terse notation for writing complex XSLT stylesheets. XSLScript is part of Hiawatha web-server, but XSLScript also can be used stand-alone. The XSLScript script (some.xsls) gets compiled into corresponding XSLT stylesheet and then generated XSLT stylesheet is applied to the file some.xml (no temporary .xsl file is created, this all happens in the memory). The actual XSLT tranformation is performed by SAXON.
XSLT ISAPI Filter for IIS
Provides pipelined XSLT transforms which parses XML, xHTML and HTML then applies a stylesheet server-side.
XSLT Test Tool
The XSLT Test Tool was created to enable the user to easily run XSLT against various popular processors to make sure transforms work best on all systems. It works through a GUI and to receive error messages from the different XSLT processors while debugging.
XSLT-Process
A powerful editor with XSLT processing and debugging capabilities. You can run an XSLT processor on the Emacs buffer you edit, and view the results either in another Emacs buffer or in a browser.
XSLTDoc Application
The XSLTDoc Application helps you to browse and understand XSLT stylesheets. It shows summaries of stylesheets and explains each XSLT instruction in detail. This page also has several other useful utilities.
XSLTMark
XSLTMark is an XSLT processor performance benchmarking application. It gauges the capabilities of XSLT processing engines by testing them on a common platform with a variety of stylesheets and inputs that sample the gamut of possible applications. XSLTMark is a completely open benchmark with all the source code freely available. The XSLTMark test cases have been designed to challenge processors with a variety of tasks and input conditions in order to provide a well-rounded benchmark and to facilitate analysis of which processors perform best for various applications.
XSLTunit
The purpose of XSLTunit is to provide a unit testing framework for XSLT transformations similar to the "*unit" environments available for other languages (i.e. Junit for Java).