> * Maxx wrote:
> >     - unset template tags and contexts are replaced with empty string
> >       so they won't appear in result output
>
> Is this user defineable? PHPLIB's template class knows
> set_unknowns() method with parameters "keep", "remove"
> where keep will remain Stylesheets inside HTML (because
> Stylesheet definitions also begin with { and end with }).

CSS will not pass through, since template tags may contain _only_ alpha
numeric characters and underscore "_" (this is done especially to prevent
CSS parsing).
As you can see, my examples on the web do contain CSS, but that's OK.

However, you may always change template tag delimiters in tmpl_open()
function.

> >     - anything else? you tell me
> Feature set from PHPLIB's Template class.

I will have a look at this one. Thank you.

Maxx




-- 
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]

Reply via email to