Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/07/2011, 07:18
totolia
 
Fecha de Ingreso: mayo-2008
Mensajes: 315
Antigüedad: 16 años
Puntos: 7
Respuesta: Problema PHP y XML

Mira es que no lo entiendo me marca error. Pero miro el codigo fuente y en cambio parece correcto. Un ejemplo de lo que me extrae:
Código:
<cu3er> 
     <settings> 
    
          <auto_play> 
          <defaults symbol="circular" time="3" /> 
          <tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/> 
          <tweenOut tint="0xFFFFFF"/> 
          </auto_play>          
    
         <prev_button> 
               <defaults round_corners="5,5,5,5"/> 
               <tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/> 
               <tweenOut tint="0x000000" /> 
          </prev_button> 
          
         <prev_symbol> 
               <tweenOver tint="0x000000" />               
          </prev_symbol> 
          
         <next_button> 
               <defaults round_corners="5,5,5,5"/>               
               <tweenOver tint="0xFFFFFF"  scaleX="1.1" scaleY="1.1"/> 
               <tweenOut tint="0x000000" /> 
          </next_button> 
          
         <next_symbol> 
               <tweenOver tint="0x000000" /> 
          </next_symbol>     
               
     </settings>    
 
     <slides> 
 LINEA 34 !! <slide><url>thumb.php?ruta=http://wanmagazine.com/web/wp-content/uploads/callofduty41-1.jpg&ancho=500</url><link target="_self">index.php?topic=1</link><description><link target="_self">index.php?topic=1</link><heading>Welcome to SMF!</heading><paragraph>[img]http://wanmagazine.com/we [...]</paragraph></description></slide><transition num="4" direction="right" shader="flat" cube_color="0xFFFFFF" /> 
                    
     </slides> 
</cu3er>

Vale era el &, lo he cambiado por &amp; y creo que la web gratuita donde hago pruebas, nose porque me inserta un script y por eso debe fallar.

Última edición por totolia; 22/07/2011 a las 07:27