quiero leer un fichero xhtml mediante actionscript(flash) y tengo un pequeño ejemplo que me lo hace. EL problema es que no entiendo como se estructura un fichero xhtml. Mi fichero es:
Código:
Como estaria jerarquizado el arbol de dicho fichero? En un fichero .xml es sencillo pero en este caso...<!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>titulo</title> <script language="javascript"> if(self.location==top.location)self.location="index.html#inici"; </script> </head> <body> <div>texto</div </body> </html>
Gracias por adelantado