- JSLT, alternative to XSLT
JSLT is a browser based templating language like XSLT, but instead of using XML to encode the template logic, it uses normal Javascript with a few extensions. You can transform XML with it or just template with javascript variables. The JSLT processor parses the template using a recursive tokenizing parser and generates javascript code for fast dynamic re-execution. The general structure is: template[js]template{inline-xpath}[js]template. All code (13kb js/390 lines) is available under the LGPL license. - Cyber Dummy
AJAX code samples and source code - AJAX Impact
Very nice AJAX Community with great references - AJAX Geek
All things ajax, css, dhtml, xml, javascript, and geekier - Ajax Links
AJAX links, code samples and news - Ajax Lessons
AjaxLessons.com is a resource for ajax tutorials as well as information surrounding Ajax and web 2.0.
|