Re: [PHP-DEV] short_open_tag] From: Stanislav Malyshev (stas <email protected>)
Date: 12/13/00

ZS>> At 22:32 12/12/2000, Rasmus Lerdorf wrote:
ZS>> >So if we are going to do anything here, I don't really see anything other
ZS>> >than perhaps catching <?xml<space> and ignoring that.
ZS>>
ZS>> We could do that. I can't think of any drawbacks to this.

Is there any other known <?-words? Also, XML standard defined it as
('X'|'x') ('M'|'m') ('L'|'l') - i.e., case insensitive. The problem is
that _any_ name beginning with xml is considered reserved by XML standard
- meaning, <?xml_parse($foo)?> might be problematic.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>