On Thu, Jan 18, 2001 at 09:51:52PM +0100, Alexander Wagner wrote:
> [EMAIL PROTECTED] wrote:
> > > > xml problems?
> > > >
> > > > _what_ xml problems?
> > >
> > > <?xml is considered a short-tag or something like that.
> >
> > No, <? is the short opening tag and is only valid for PHP with the short
> > open tag enabled in php.ini.
> 
> I meant that with short-tags on, <?xml will be considered a short-Tag, 
> because it begins like one, although it's just plain XML and has nothing to 
> do with PHP.

<?     short open tag for PHP
<?php  open tag for PHP
<?xml  open tag for XML

And for all three cases the closing tag is ?>.

-Egon

-- 
http://www.linuxtag.de/
http://php.net/books.php 
http://www.concert-band.de/
mailto:[EMAIL PROTECTED]

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

Reply via email to