write once, publish anywhere
Looking for something inbetween a full-on CMS and SSI. Need to have local and global variables, along with the ability to play nice on a MS host system.
PatTemplate is along the lines of what I'm looking for, just looking for additional options:
use special xml tags, to separate a document into templates
use an infinite amount of templates in one page
read from several plain html files
local and/or global variables
automatic repetition of templates to build lists
automatically create alternating lists by using OddEven templates
automatically enumerate entries in lists
templates can have child templates
subtemplates to do simple if(); elseif(); else(); statements
strip or replace unused variables from html
read external files with/without parsing them
output any ASCII format you like (HTML, txt, XML, LaTex,...)
Thanks,
-B