Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another Recordset problem

Status
Not open for further replies.

birney29

Programmer
Oct 11, 2001
140
GB
In my XSL i am Creating a recordset that looks like this when loaded onto the browser :

Code:
<xml ID=&quot;xmlData&quot;>
<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=&quot;25%&quot;><span datasrc= &quot;#xmlData&quot; datafld=&quot;StatusDateLabel&quot;></span></td>
 <td width=&quot;25%&quot;><span datasrc= &quot;#xmlData&quot; datafld=&quot;StatusLabel&quot;></span></td>
 <td width=&quot;25%&quot;><span datasrc= &quot;#xmlData&quot; datafld=&quot;StatusReasonLabel&quot;></span></td>
 <td width=&quot;25%&quot;><span datasrc= &quot;#xmlData&quot; datafld=&quot;UserLabel&quot;></span></td>

however, this doesnt work! please please please help!

thanks Kenneth Birney
User Interface Programmer
Scottish Police
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top