Re: [htmltmpl] HTML::Template for WML

2005-06-29 Thread Alex Kapranoff
* Mathew Robertson <[EMAIL PROTECTED]> [June 29 2005, 02:37]: > > As far as I understand the only way to add an ESCAPE filter is to > > hack _parse method (subclassing or just patching). Looks like > > ESCAPE filters are all hardwired and spread over the code of the method. > > > > Did anyone face

Re: [htmltmpl] HTML::Template for WML

2005-06-28 Thread Mathew Robertson
> HTML::Template works for anything as you all know. The trouble I'm > having is that WML needs more escaping than good old HTML (WML turned > out to be a templating language in itself with user agent performing > simple variable substituition in the document). > > As far as I understand the only

[htmltmpl] HTML::Template for WML

2005-06-28 Thread Alex Kapranoff
Good day. HTML::Template works for anything as you all know. The trouble I'm having is that WML needs more escaping than good old HTML (WML turned out to be a templating language in itself with user agent performing simple variable substituition in the document). As far as I understand the only w