Published on 2005-06-26 11:03:26

AJAXSLT is an implementation of XSL-T in JavaScript, intended for use in fat web pages, which are nowadays referred to as AJAX applications. Because XSL-T uses XPath, it is also an implementation of XPath that can be used independently of XSL-T.

Google AJAXSLT looks very interestning thought, even at its first release there is many features not yet implemented as I've seen in the source code. The first version was released on June 16, 2005. Its good to see Google playing with Javascript and "XSL-T" even if we know that there is an XSLTProcessor object in Mozilla

Even if it has AJAX in its name, Google AJAXSLT is just an XSLT implementation in JavaScript that could extend your AJAX application, released under BSD License.


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved