Server Side XSLT ================ == What is it? === Background This project was created in the middle of 2006 as php server-side transformation helper. Then python helper was created and finally all script-specific work was abandoned since I migrated to [[WSGI]] based web-applicatoins. === Now SSX is a simple set of XSL templates that simplify XHTML output == Usage === Simple variant When You don't bother with domain-specific extensions or local templates you have only to point xslt engine to link:ssx.xslt[] ---------------

Header

Body
--------------- === XHTML with `ssx` tags If you want to use some templates defined in `ssx.xslt` add `xmlns:ssx` declaration with namespace `http://asp.mexmat.net/xmlns/ssx` ---------------

Error

Error message Body
--------------- === XHTML with local tags If you have your local namespace but still want to use ssx you must add line ---------------- ---------------- and then point xslt engine to yours xsl file. --------------- Item 1 Item 2 --------------- == Source Source is browsable via gitweb link:http://psha.org.ru/git/?p=ssx/.git[] or may be downloaded with git clone git://psha.org.ru/ssx == Reference + [[[WSGI]]] link:http://www.python.org/dev/peps/pep-0333/[] ////////////////////////// vim: syntax=asciidoc tw=80 //////////////////////////