~danielside/AjaXSLT

Transformaciones XSL en el navegador
d3a25061 — danielside 1 year, 1 month ago
licencia
ba9f8b7e — Danielside 4 years ago
gitlab

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~danielside/AjaXSLT
read/write
git@git.sr.ht:~danielside/AjaXSLT

You can also use your local clone with git send-email.

#AjaXSLT

jQuery plugin to create user interfaces using Ajax, XML and XSLT transformations on the client-side. The project is about both the client side and the server side, so the server must send and receive appropiate messages.

Have a look at test_module/cp.php. This a PHP server-side script but nothing prevents you from using another language in the server: Python, Ruby, Java... as long as you send the client engine the expected XML/XSLT messages through Ajax.

#Demo

Here: http://danielside.nom.es/ajaxslt/test_jquery_xslt_es.php

#Remarks

This project was conceived some 7 years ago and I don't know if it works well on modern browsers, but I have checked with a current Firefox and it works as a charm.

#Sort of documentation (Spanish)

http://danielside.nom.es/2010/04/23/jquery-y-ajax-transformaciones-xslt-en-el-navegador/ and http://danielside.nom.es/2010/04/29/libreria-jquery-y-ajax-para-transformaciones-xslt-en-el-navegador-ii/

#Test module

Under the the directory test_module there is a handful of PHP, XML and XSLT files to test this project out, you only need to drop jQuery and you are ready to go. The project is tested with jQuery 1.3.2 but maybe it is worth trying the current -or a modern- version.