Maxx wrote: > > You may be tempted to provide a PHP function > > template_set_braces() > > or something like that to implement this. Don't. > > This is already done in tmpl_open() function. You may pass an array with > template tag delimiters and context name.
I suggest you remove this. The template itself shall contain the information which characters are being used as delimters. Proper processing of a template shall not be dependent on information outside of the template. Kristian -- Kristian Köhntopp, NetUSE AG, Dr.-Hell-Straße, D-24107 Kiel Tel: +49 431 386 435 00, Fax: +49 431 386 435 99 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]