[3 total ]
Chiba provides an Java implementation of the W3C XForms standard, thereby delivering generic, XML-based form-processing on any Java-capable platform either client- or server-side.
This project page only refers to Chiba Core - the actual XForms implementation. Other integrations for different purposes are available e.g. for building Ajax apps.
Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development.
AJAXSLT is an implementation of XSLT in JavaScript. Because XSLT uses XPath, it is also an implementation of XPath that can be used independently of XSLT. This implementation has the advantange that it makes XSLT uniformly available on more browsers
... [More]
than natively provide it, and that it can be extended to yet more browsers if necessary.
AJAXSLT is interesting for developers who strive aggressively for cross browser compatibility of their advanced web applications.
This implementation of XSLT operates at the DOM level on its input documents. It internally uses a DOM implementation to create the output document, but usually returns the output document as text stream. The DOM to construct the output document can be supplied by the application, or else an internal minimal DOM implementation is used. This DOM comes with a minimal XML parser that can be used to generate a suitable DOM representation of the input documents if they are present as text. [Less]