Tema: Dhtml - php
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/06/2011, 07:33
ivomat
 
Fecha de Ingreso: abril-2005
Ubicación: colombia
Mensajes: 242
Antigüedad: 19 años
Puntos: 0
Respuesta: Dhtml - php

me sale este error al cargar el xml
Error type: LoadXML
Description: Incorrect XML
y el xml es asi

switch($accion){
case "tiquetes":
$query = mysql_query ("select * from tbtiquetes ");
$tiquete = mysql_fetch_assoc($query);
header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='UTF-8'?>\n
<tiquete>\n";
foreach ($tiquete as $campo => $valor) {
echo "<$campo>$valor</$campo>\n";
}
echo "</tiquete>\n";

break;

porque me produce ese error.?
gracias
__________________
:aplauso: Ivomat