Showing posts with label XSL/XSLT. Show all posts
Showing posts with label XSL/XSLT. Show all posts

Thursday, July 08, 2010

Calenco : A collaborative editing Web platform

Calenco is a collaborative editing Web platform. It allows remote teams of writers, translators, and designers to create multi-lingual content and publish it in various formats: PDF, HTML, etc. It is based on XML technology to store and transform content.
  • Licenses : AGPL
  • Operating Systems : Linux, Windows, Mac OS X, Java Capable
  • Implementation : Java, AJAX, Dojo, jcr, Restlet, rest api

Monday, July 05, 2010

XOM : An XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming

XOM is an XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, it can process arbitrarily large documents with effectively constant memory sizes. It strives for correctness, simplicity, and performance, in that order. XOM supports XSLT, Canonical XML, and XInclude.
  • Licenses : LGPL

Saturday, October 03, 2009

xslet : A collection of XSLT applets


xslet is a collection of XSLT applets. It includes "xslbook", which displays a book-style document in Web browsers without any other transformation tools, and "xslui", which displays Web pages with modularized XML files in Web browsers without any other transformation tools.
  • Licenses : LGPL
  • Operating Systems : OS Independent
  • Implementation : XSL/XSLT, JavaScript