  |
http://xml.apache.org/xalan-j/ - http://xml.apache.org/xalan-j/
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) |
  |
Python/XML - http://sourceforge.net/projects/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. |
  |
The SAXON XSLT Processor - http://saxon.sourceforge.net/
SAXON is an XSLT processor developed by Michael Kay. |
  |
The Schematron - http://xml.ascc.net/resource/schematron/schematron.html
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. |
  |
4Suite and 4Suite Server - http://4suite.org/
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. |
  |
Unicorn XSLT Processor - http://www.unicorn-enterprises.com/products_uxt.html
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. |
  |
Xsl Debugger - http://xsldbg.sourceforge.net/
A text based tool to debug stylesheets and it is similar to the Unix/Linux debugger gdb. It uses using the libxslt library. |
  |
Stylus Studio - http://www.stylusstudio.com/
Commercial IDE for creating, validating, and debugging XSL, and XML-to-XML mappings. Integrated XSLT, Java, and MSXML debugger. |
  |
XML::XSLT Perl Module - http://xmlxslt.sourceforge.net/
Parses XSL Transformational sheets. It uses XML::Parser and XML::DOM. Project information, man page, and downloads. |
  |
http://sourceforge.net/projects/psgml/ - http://sourceforge.net/projects/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. |
  |
XSLTunit - http://xsltunit.org/
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). |
  |
Gregor XSLT - http://ambrosoft.com/cmsmadesimple/index.php?page=gregor-xslt
An optimizing XSLT compiler for Java, which turns stylesheets into binary Java classes. |
  |
XSLT-Process - http://xslt-process.sourceforge.net/
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. |
  |
Stylusstudio.com: XSLT Debugger - http://www.stylusstudio.com/xslt_debugger.html
Tool to debug XSL transformations which is part of Stylus Studio. [Commercial] |
  |
XSLTDoc Application - http://www.jenitennison.com/xslt/utilities/
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. |
  |
Schnabel, Bryan - Utilities - http://www.xmarker.com/
A couple of online utilities for converting XML and DTDs to XSL. |
  |
TestXSLT: XalanXSLT Processor for the Mac - http://www.entropy.ch/software/java/
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. |
  |
Koala XSL Engine - http://old.koalateam.com/xml/xslProcessor/
Unsupported 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. |
  |
Libxslt - the XSLT C library for Gnome - http://xmlsoft.org/XSLT/
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. |
 |
XMLtoANY - http://javaboutique.internet.com/XMLtoANY/
free servlet that uses XSLT to converts XML source into content (HTML, WML, XML, ...) viewable for the device. |