11/06/2002, 08:25
|
| | | Fecha de Ingreso: junio-2002
Mensajes: 72
Antigüedad: 22 años, 5 meses Puntos: 0 | |
Re: Tablas de XML en HTML Calmate
alli te envio los codigos ke necesitasç
<html>
<body>
<xml
src="cd_catalog.xml"
id="xmldso"
async="false">
</xml>
<table
datasrc="#xmldso"
width="100%"
border="1">
<thead>
<th>Titulo</th>
<th>Artist</th>
<th>Year</th>
</thead>
<tr align="left">
<td><span datafld="TITLE"></span></td>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="YEAR"></span></td>
</tr>
</table>
</body>
</html>
cd_catalog.xml te lo creas tu mismo |