Ronald,
Agreed, XSLT is pretty unfriendly. I go there as little as possible.
This is a good review is php templates:
http://codeutopia.net/blog/2007/11/05/different-php-template-engines/
Smarty seems to be everybody's benchmark.
Would require a major shift to server-side of course, but maybe a move worth making.
Personally, my favourite is the phpBB template class - largely because I have used it a lot and know my round it.
Airshow
Airshow
WiFi Lounge Lizard
2,683 posts since Apr 2009
Reputation Points: 321
Solved Threads: 372
The best template system is none.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
Ronald,
Don't dismiss Servere Side Includes (SSI).
OK, it's not proper templating by itself but it's great for throwing common, static chunks into as many web pages as you want.
At one time, I worked on someone else's overcomplex JSP site, Enterprise Beans the full thing, when SSI would have done the job. They couldn't see it!
Something I have yet to see (I must experiment one day) is SSI in conjunction with something that updates the includes with dynamic content when available. Would be good for server-side asynchronous update (not Ajax - that's a client-side UI technique).
Airshow
Airshow
WiFi Lounge Lizard
2,683 posts since Apr 2009
Reputation Points: 321
Solved Threads: 372