Query about XML DSO Program

Joined
Oct 28, 2014
Messages
1
Reaction score
0
I want to know that why my xmlDSO program is not running properly is there any mystack
program -
<html>
<head>
<title>XML DSO-example</title>
</head>
<body bgcolor="#FFFFFF">

<xml id="xmldb">
<db>
<member>
<name>Premshree Pillai</name>
<age>20</age>
</member>
<member>
<name>Vinod</name>
<age>18</age>
</member>
</db>
</xml>

<table datasrc="#xmldb" border="1">
<thead>
<th>Name</th>
<th>Age</th>
</thead>
<tr>
<td><div datafld="name"></div></td>
<td><div datafld="age"></div></td>
</tr>
</table>

</body>
</html>

Problem is- table get dispalyed but empty
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top