A website directory and metasearch engine of Top 20 best websites
Top 20  
Online  
 
 
Add To Favorites Make this your Start Page Top 20 from A-Z
 
Top 20 Directory
Listen to Music Now
 Classical
 Country    Jazz
 Oldies    Top 40
 Ambient    NPR
AccuRadio
Windows  |   Launch
Radio Tower  |  AOL

Top20Listen

Local Google Maps Y! AOL City Search Ticket Master Zip Phone/E-Mail
Top 20 City Guides Top 20 State Guides Top 20 Nation Guides
Metasearch Links:   
Google Yahoo MSN Ask Answers ixquick DMOZ About
Wikipedia Encarta Y! News Y! Video AV Images Blogs Top 20
 
See also Hakia Sidekiq Clusty Other Images Google ASK Flickr News Google NYT BBC
Directories Y! Google Alexa Almanac Archive Videos Google YouTube AOL MSN ASK
 
Diversions
of the week
Food Trivia
Shark vs Octopus
Harvesting Seeds
Human Mirror
Bad Apple Game
Archive

Top20Diversions

 
Top 20 Directory:
Top : Computers : Data_Formats : Markup_Languages : XML : Style_Sheets : XSL : Tools
Sites:
  • 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.
  • Marrowsoft Xselerator: An XSL/XSLT IDE and debugger based on MSXML. Trial download and purchasing information.
  • 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.
  • Python/XML: 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.
  • Stylusstudio.com: XSLT Debugger: Tool to debug XSL transformations which is part of Stylus Studio. [Commercial]
  • 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.
  • Topxml.com: XSL Debugger: Tool to debug XSL transformations. No longer maintained, but probably still useful. [Freeware]
  • 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::XSLT Perl Module: Parses XSL Transformational sheets. It uses XML::Parser and XML::DOM. Project inforamtion, man page, and downloads.
  • 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.
  • XSLScript: A terse notation for writing complex XSLT stylesheets. The XSLScript script gets compiled into a corresponding XSLT stylesheet and then the generated XSLT stylesheet is applied.
  • 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).


    Listed links may put this banner on their website.

    Help build the largest human-edited directory on the web.
    Submit a Site  -  Open Directory Project  -  Become an Editor
    Terms and Conditions
    About Us
    Privacy Policy

    Processing Time: 0.02