|    
			
				14/01/2008, 07:41
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: mayo-2007 
						Mensajes: 222
					 Antigüedad: 18 años, 5 meses Puntos: 0 |  | 
  |  Como ejecutar un XHTML en Transitional?  
  Hola!
 cuando creo por defecto un xhtml en netbeans el doctype  del archivo me sale:
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 es decir en estricto, pero yo quiero compararlo en transitional, entonces ¿que es lo que tendria que variar del doctype para que funcionase en transitional ?
 
 Podria valer este doctype:
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1.dtd">
 
 ¿es decir haber cambiado el strict por el transitional?
 
 
 S2!
     |