In my XSL i am Creating a recordset that looks like this when loaded onto the browser :
i then try to display it by saying
however, this doesnt work! please please please help!
thanks Kenneth Birney
User Interface Programmer
Scottish Police
Code:
<xml ID="xmlData">
<details>
<ApplicationDetailsApplicant>
<SequenceID>1</SequenceID>
<NameLabel>Willy Jackson-Brown</NameLabel>
<AddressLabel>132, Any Old Way, Edinburgh, Lothian</AddressLabel>
<DateOfBirthLabel></DateOfBirthLabel>
<CertificateLabel></CertificateLabel>
<CertificateNumberLabel></CertificateNumberLabel>
<ApplicationType>Shotgun</ApplicationType>
<ID>3676.000000
</ID>
<ApplicationForCoterminous></ApplicationForCoterminous>
<Status>46.003000</Status>
<Reason></Reason>
<DateReceived>
01/05/2001</DateReceived>
<DateAccepted></DateAccepted>
<DateAppliedFor></DateAppliedFor>
<Comments>1057</Comments>
<AppealLodged>false</AppealLodged>
<AppealUpheld>false</AppealUpheld>
<StatusDateLabel>12/03/2002</StatusDateLabel>
<StatusLabel>Application Received</StatusLabel>
<StatusReasonLabel></StatusReasonLabel>
<UserLabel>guest</UserLabel>
<StatusDateLabel>12/03/2002</StatusDateLabel>
<StatusLabel>Application Received</StatusLabel>
<StatusReasonLabel></StatusReasonLabel>
<UserLabel>guest</UserLabel>
</ApplicationDetailsApplicant>
i then try to display it by saying
Code:
<tr>
<td width="25%"><span datasrc= "#xmlData" datafld="StatusDateLabel"></span></td>
<td width="25%"><span datasrc= "#xmlData" datafld="StatusLabel"></span></td>
<td width="25%"><span datasrc= "#xmlData" datafld="StatusReasonLabel"></span></td>
<td width="25%"><span datasrc= "#xmlData" datafld="UserLabel"></span></td>
however, this doesnt work! please please please help!
thanks Kenneth Birney
User Interface Programmer
Scottish Police