just to announce that SimpleTemplate is also capable now of
configuring each template individually
you either write a block like this:
<SimpleTemplate>
<options override="yes">
<delimiter begin="[" end="]"/>
<autoBraces value="true"/>
<locale value="en"/>
</options>
</SimpleTemplate>
in your template file or in a seperate config-file, which can be
laying in the path to this template
this gives designers (template creators) the choice to use settings
of their preference
this feature is realized using the Tree-class which can handle XML
structures
have a look at
http://wolfram.kriesing.de/programming
by the way: this template can also translate your templates, without
using a function call around every string ... have a look
examples are also avaiable at the url given above
--
Wolfram
--
PHP General 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]