program:
<xml id="movies">
<?xml version="1.0"?>
<movies>
<movie>
<name><b>Clark Kent</b></name>
<jobtitle>Superman</jobtitle>
<born>1966</born>
</movie>
<movie><?xml version="1.0"?>
<movies>
<movie>
<name><b>Clark Kent</b></name>
<jobtitle>Superman</jobtitle>
<born>1966</born>
</movie>
<name><b>Lois Lane</b></name>
<jobtitle>Reporter</jobtitle>
<born>1964</born>
</movie>
</movies>
</xml>
<table width="100%" cellpadding="0px" cellspacing="2px" border="1px" datasrc="#movies"
datapagesize="2">
<thead>
<tr>
<th>Name</th>
<th>Jobtitle</th>
<th>Born</th>
</tr>
</thead>
<tbody>
<tr>
<td><span datafld="name" dataformatas="html"></span></td>
<td><span datafld="jobtitle"></span></td>
<td><span datafld="born"></span></td>
</tr>
</tbody>
</table>
No comments:
Post a Comment