From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.2.0
PHP Bug Type:     *General Issues
Bug description:  problem with <?xml

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title>TEST</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
</head>

<body leftmargin="0" topmargin="0" marginwidth="00">
<? echo "This is a Test"; ?>
</body>
</html>


Parse error: parse error, unexpected T_STRING in
/usr/local/httpd/htdocs/coding/bug/xml.php on line 1

Its seems to be a bug with the <?xml stuff.
-- 
Edit bug report at http://bugs.php.net/?id=16963&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16963&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16963&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16963&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16963&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16963&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16963&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16963&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16963&r=submittedtwice

Reply via email to