Fabio wrote:

> > > <[WHILE_ARTS list=&(my_articles);]>
> > >
> > > <P>&(item.title);</P>
> > >
> > > <[/WHILE_ARTS]>
> >
> > But how does this differ from
> >
> > <? while ($item->fetch() { ?>
> >    <P>&(item.title);</P>
> > <? } ?>
>
> In theory nothing, but is a style approach, here where I work people
> are sometimes afraid of php,
> they know about HTML, and a set of element more like HTML tags are
> preferable because more familiar to them.

I understand, but you'd run the risk of re-inventing PHP, written in
HTML-style tags. Where do you stop adding functionality before you have
a full new language? And if we're going this route, we'd do well to
investigate what xslt can do for us.

Emile



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

Reply via email to