program:
<html>
<body>
<h1 style="background-color:blue;color:white;text-align:center">Employee Details</h1>
<xml id="emp records" src="employee.xml">
</xml>
<table id=etable name=emp width=100% border=2 bordercolor=red bg=cyan cellpaddding=0
datasrc=#emprecords>
<thead>
<tr>
<th>empno</th><body>
<h1 style="background-color:blue;color:white;text-align:center">Employee Details</h1>
<xml id="emp records" src="employee.xml">
</xml>
<table id=etable name=emp width=100% border=2 bordercolor=red bg=cyan cellpaddding=0
datasrc=#emprecords>
<thead>
<tr>
<th>ename</th>
</tr>
</thead>
<tbody>
<tr>
<td><span datafld=empno></span></td>
<td><span datafld=ename></span></td>
</tr>
</tbody>
</table>
</body>
</html>
No comments:
Post a Comment