> > Combine that with incompatibility of PHP's short open tag with XML, and
the
> > reason for having <?php= becomes clearer.
>
> As Rasmus is probably tired of pointing out, this isn't much of an
argument.
> This:
>
> if ($i < 4) {
>     ...
>
> is incompatible with XML (it'd have to be if ($i &lt; 4) ...)

That's not what I'm talking about. Last time I tried

<?xml ...

with short open tag enabled, PHP gave me parse error.

Edin


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