Forum de discussion
Forum « Programmation XML et XSL » (archives)
balise xml non reconnue sur plateforme autre que windows URGENT
Envoyé: 5 octobre 2004, 8h53 par fine
Sur un nouveau site j'ai un gros problème.
il y a une page qui utilise une balise xml pour intégrer les données. Seulement voilà, quand on veut y accéder sur une plateforme mac, la page est à la fois mal construite et il n'y a aucunes données qui apparait pourquoi?
code sur ma page default:
.....
</head>
<xml id="adsk_ptw_xml" src="acwebpublish.xml"></xml>
<body>
<table width=800 height=540 border=0 cellpadding="0" cellspacing="0">
<tr>
<td class="IMAGE" width=532 height=540><div id="thumbnails"></div></td>
<td class="3D" align="center" width=268 height=540></td>
</tr>
</table>
<table width=800 height=82 border=0 cellpadding="0" cellspacing="0">
<tr>
<td class="TITLE" align="center" width=266 height=82><div id="title"></div></td>
<td class="DESCRIPTION" align="center" width=266 height=82><div id="description"></div></td>
<td class="SEPA" align="center" width=268 height=82></td>
</tr>
</table>
<script src="vview.js" language="javascript" type="text/javascript"></script>
<script src="thumbnails.js" language="javascript" type="text/javascript"></script>
<script src="description.js" language="javascript" type="text/javascript"></script>
<script src="title.js" language="javascript" type="text/javascript"></script>
</body>