ttx.php<?php header('Content-type: application/vnd.wap.xhtml+xml'); ?>
<?php echo '<?xml version="1.0"?'.'>'; ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
                      "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <?php $st = $_GET['st'] ?>
  <title>St - <?php print $st; ?></title>
</head>
<body>
<a href="?st=sss&dest=haha_to_dest1">haha_to_dest1</a>
<br/>
</body>
</html>
报错
XML Parsing Error: not well-formed
Location: ttx.php
Line Number 9, Column 22:<a href="?st=sss&dest=haha_to_dest1">haha_to_dest1</a>
---------------------^
xhtml中a href 不能加两个以上的参数?