Excelente
edirit vbmenu_register("postmenu_786684", true);
funciona pero hay un error al momento de ver el XML con la
etiqueta LINK
Código:
<?xml version="1.0" encoding="iso-8859-1"?>
<notas>
<noticia>
<tipo>Deporte</tipo>
<title>Nuevo Fichaje</title>
<linkpagina>http://www.loquesea.org</linkpagina>
<texto>Aqui una descripcion del asunto del articulo</texto>
</noticia>
<noticia>
<tipo>Espectaculos</tipo>
<title>algo paso </title>
<linkpagina>http://www.bablalba.org</linkpagina>
<texto>Aqui una descripcion del asunto del articulo</texto>
</noticia>
</notas>
y el HTML
Código HTML:
<html>
<body>
<xml id="idnota" src="notas.xml"></xml>
<strong>Mis notas 1 </strong>
<table border="1" datasrc="#idnota" >
<tr>
<td><span datafld="tipo"></span></td>
<td><span datafld="title"></span></td>
<td><span datafld="linkpagina"></span></td>
</tr>
</table>
</body>
</html>
ahora funciona perfectamente ;)
Salu2