HTML Table and Xml Data Islands

Brent Alan

Member
Joined
Dec 31, 1969
Messages
5
Location
Moncton, NB, Canada
Hi.


Here is a sample of my XML Src file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Brent A. McLauchlan using VB6 -->
<OPEN_CALL_REPORT>
<CSR_RECORD>
<CSR_NAME>BM</CSR_NAME>
<CALL_DETAIL>
<CALL_NUMBER>113083</CALL_NUMBER>
<PROBLEM_DESCRIPTION>INFO ON DIFFERNET W/TS</PROBLEM_DESCRIPTION>
<ACCOUNT>CUOP</ACCOUNT>
<CUSTOMER_NAME>CUSTOM OPTICAL LABOR</CUSTOMER_NAME>
<CALL_OPEN_DATE>01/28/03</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>/ /</LAST_ENTRY_DATE>
</CALL_DETAIL>
<CALL_DETAIL>
<CALL_NUMBER>403616</CALL_NUMBER>
<PROBLEM_DESCRIPTION>IQ / RM COMPANION RPT WTR</PROBLEM_DESCRIPTION>
<ACCOUNT>IMOP</ACCOUNT>
<CUSTOMER_NAME>IMPERIAL OPTICAL (W.</CUSTOMER_NAME>
<CALL_OPEN_DATE>07/11/02</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>10/28/02</LAST_ENTRY_DATE>
</CALL_DETAIL>

Can I, using MSIE and Data Island technique display the CSR_Name in one cell and then the Open_CALL details is cells
opposite the CSR_NAME? If so could someone post a code snipet? I can get the CSR_Name to appear but Im having some problem with the call details. Note: There are more CSR_NAMEs further down my XML_doc each with their own call details.

Many Thanks

Brent
 
Attached is a sample that shows how to show the call details in a table. I know you can show data in nested tables but I cant remember the exact format of the HTML binding to get it to work. Im about 90% sure Ive done this before (binding to multiple, nested tables in IE) but it was 2, maybe 3 years ago...

-nerseus
 

Attachments

Back
Top