have a look at Apache::PageKit, a mod_perl-based application framework
(available on CPAN or at www.pagekit.org). It might be overkill for your
requirements but it's based on HTML::Template, with built-in XML/XSLT
support, and also built-in multi-language support. If you are familiar with
mod_perl its easy to get your head around.
Performance is excellent in my experience but, as with a lot of mod_perl
stuff, get lots of RAM...

you can find the pagekit-users and pagekit-devel list archives at
www.geocrawler.com

--ben


> -----Original Message-----
> From: Rustagi, Dhiraj [mailto:[EMAIL PROTECTED]]
> Sent: 05 September 2001 20:10
> To: [EMAIL PROTECTED]
> Subject: [htmltmpl] Static text in the site
> 
> 
> All,
> 
> I am designing a site aiming for 100% content isolation 
> inlcuding static
> text on forms like Name, Address etc. This is to make the translation
> process easy. Is there a way using templating or some other 
> solution (maybe
> XML) so that the HTML forms make a call to a data store to 
> get the static
> text. I know the performance is going to be affected so I 
> will prefer a way
> which will be faster.
> 
> Thanks
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to