correccion
Publicado por Forelli (1 intervención) el 14/09/2005 18:43:38
tengo problemas, con el siguiente codigo, no puedo mostrar la lista de integrantes en la tabla del html, alguno tiene idea de que puse mal?
------------------------------------------------------------------------------------------
<html>
<head>
<title>Socios</title>
</head>
<body>
<?xml version="1.0"?>
<xml id="Listado">
<integrantes>
<Socio>
<nick>Roberto</nick>
<edad>10</edad>
<codigo>898</codigo>
</Socio>
<Socio>
<nick>Juan</nick>
<edad>19</edad>
<codigo>899</codigo>
</Socio>
<Socio>
<nick>Pedro</nick>
<edad>24</edad>
<codigo>900</codigo>
</Socio>
</integrantes>
</xml>
<center>
<hr noshade width=13%>
<caption><strong>Integrantes Yashira</strong> </caption>
<hr noshade width=15%>
<h1><br clear=all></h1>
<table
datasrc="Listado"
border=1
bgcolor=white
bordercolor=ffcc00 >
<tr>
<td> <span datafield="nick"></span></td>
<td> <span datafield="edad"></span></td>
<td> <span datafield="codigo"></span></td>
</tr>
</table>
Mira:::
<iframe
src="C:\Documents and settings"
name="disco" Width=75%
height=60%
hspace=9
border=9 >
</center>
</body>
<html>
------------------------------------------------------------------------------------------
<html>
<head>
<title>Socios</title>
</head>
<body>
<?xml version="1.0"?>
<xml id="Listado">
<integrantes>
<Socio>
<nick>Roberto</nick>
<edad>10</edad>
<codigo>898</codigo>
</Socio>
<Socio>
<nick>Juan</nick>
<edad>19</edad>
<codigo>899</codigo>
</Socio>
<Socio>
<nick>Pedro</nick>
<edad>24</edad>
<codigo>900</codigo>
</Socio>
</integrantes>
</xml>
<center>
<hr noshade width=13%>
<caption><strong>Integrantes Yashira</strong> </caption>
<hr noshade width=15%>
<h1><br clear=all></h1>
<table
datasrc="Listado"
border=1
bgcolor=white
bordercolor=ffcc00 >
<tr>
<td> <span datafield="nick"></span></td>
<td> <span datafield="edad"></span></td>
<td> <span datafield="codigo"></span></td>
</tr>
</table>
Mira:::
<iframe
src="C:\Documents and settings"
name="disco" Width=75%
height=60%
hspace=9
border=9 >
</center>
</body>
<html>
Valora esta pregunta


0