Fuego
05-14-2004, 03:01 PM
When Im making a html file with this code it works delicious
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<xml id="Expedia" src="myxml.xml"></xml>
<table datasrc="#Ex" class="tekst">
<tr>
<td>
<a href="<datasrc="#Ex" datafld="URL"><span datasrc="#Ex"
datafld="HEADLINE"></span></a>
</td>
</tr>
</table>
</body>
</html>
But when I embed this is the HTML Section of my .ASP it just wont let me see anything
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<xml id="Expedia" src="myxml.xml"></xml>
<table datasrc="#Ex" class="tekst">
<tr>
<td>
<a href="<datasrc="#Ex" datafld="URL"><span datasrc="#Ex"
datafld="HEADLINE"></span></a>
</td>
</tr>
</table>
</body>
</html>
But when I embed this is the HTML Section of my .ASP it just wont let me see anything